/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | EncoderTable.cpp | 21 B_MEDIA_RAW_VIDEO, 34 B_MEDIA_RAW_VIDEO, 47 B_MEDIA_RAW_VIDEO, 60 B_MEDIA_RAW_VIDEO, 73 B_MEDIA_RAW_VIDEO, 86 B_MEDIA_RAW_VIDEO,
|
/haiku/src/apps/cortex/support/ |
H A D | MediaIcon.cpp | 243 if ((inputs[i].format.type == B_MEDIA_RAW_VIDEO) in _getMediaTypesFor() 257 if ((inputs[i].format.type == B_MEDIA_RAW_VIDEO) in _getMediaTypesFor() 271 if ((outputs[i].format.type == B_MEDIA_RAW_VIDEO) in _getMediaTypesFor() 285 if ((outputs[i].format.type == B_MEDIA_RAW_VIDEO) in _getMediaTypesFor() 307 if ((flavorInfo.in_formats[i].type == B_MEDIA_RAW_VIDEO) in _getMediaTypesFor() 318 if ((flavorInfo.out_formats[i].type == B_MEDIA_RAW_VIDEO) in _getMediaTypesFor()
|
/haiku/src/add-ons/media/media-add-ons/videowindow/ |
H A D | VideoAddOn.cpp | 22 fInputFormat.type = B_MEDIA_RAW_VIDEO; in VideoWindowAddOn() 81 if (info->in_formats[0].type != B_MEDIA_RAW_VIDEO) { in InstantiateNodeFor()
|
H A D | VideoNode.cpp | 27 , BBufferConsumer(B_MEDIA_RAW_VIDEO) in VideoNode() 46 , BBufferConsumer(B_MEDIA_RAW_VIDEO) in VideoNode() 87 fInput.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered() 200 format->type = B_MEDIA_RAW_VIDEO; in AcceptFormat() 202 if (format->type != B_MEDIA_RAW_VIDEO) in AcceptFormat()
|
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | RadeonProducer.cpp | 116 BBufferProducer(B_MEDIA_RAW_VIDEO), in CRadeonProducer() 221 fOutput.format.type = B_MEDIA_RAW_VIDEO; in CRadeonProducer() 264 P_SOURCE, B_MEDIA_RAW_VIDEO, "Video Input:", "Video Input:"); in setupWeb() 275 P_AUDIO_SOURCE, B_MEDIA_RAW_VIDEO, "Audio Input:", "Audio Input:"); in setupWeb() 285 …controls2->MakeContinuousParameter(P_BRIGHTNESS, B_MEDIA_RAW_VIDEO,"Brightness", "BRIGHTNESS", "",… in setupWeb() 286 …controls2->MakeContinuousParameter(P_CONTRAST, B_MEDIA_RAW_VIDEO, "Contrast", "CONTRAST", "", 0, 1… in setupWeb() 287 …controls2->MakeContinuousParameter(P_SHARPNESS, B_MEDIA_RAW_VIDEO, "Sharpness", B_LEVEL, "dB", 0, … in setupWeb() 289 …controls3->MakeContinuousParameter(P_SATURATION, B_MEDIA_RAW_VIDEO, "Saturation", "SATURATION", ""… in setupWeb() 290 controls3->MakeContinuousParameter(P_HUE, B_MEDIA_RAW_VIDEO, "Hue", B_LEVEL, "°", -90, 90, 1); in setupWeb() 295 P_RESOLUTION, B_MEDIA_RAW_VIDEO, "Default Image Size:", B_RESOLUTION); in setupWeb() [all …]
|
H A D | RadeonAddOn.cpp | 48 fMediaFormat[0].type = B_MEDIA_RAW_VIDEO; in CRadeonPlug() 53 fMediaFormat[1].type = B_MEDIA_RAW_VIDEO; in CRadeonPlug() 58 fMediaFormat[2].type = B_MEDIA_RAW_VIDEO; in CRadeonPlug() 63 fMediaFormat[3].type = B_MEDIA_RAW_VIDEO; in CRadeonPlug()
|
/haiku/src/add-ons/media/media-add-ons/ |
H A D | misc.cpp | 39 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break; in print_media_format() 54 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break; in print_media_format()
|
/haiku/src/add-ons/media/media-add-ons/demultiplexer/ |
H A D | misc.cpp | 38 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break; in print_media_format() 53 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break; in print_media_format()
|
H A D | MediaOutputInfo.cpp | 195 case B_MEDIA_RAW_VIDEO: in ComputeBufferSize() 244 case B_MEDIA_RAW_VIDEO: in ComputeBufferPeriod()
|
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | VideoMixerNode.cpp | 38 BBufferConsumer(B_MEDIA_RAW_VIDEO), // Raw video buffers in in VideoMixerNode() 39 BBufferProducer(B_MEDIA_RAW_VIDEO), // Raw video buffers out in VideoMixerNode() 330 outFormat->type = B_MEDIA_RAW_VIDEO; in GetInputFormat() 341 outFormat->type = B_MEDIA_RAW_VIDEO; in GetOutputFormat()
|
H A D | VideoMixerNodeProducer.cpp | 33 format->type = B_MEDIA_RAW_VIDEO; in FormatSuggestionRequested() 36 if (format->type != B_MEDIA_RAW_VIDEO) { in FormatSuggestionRequested()
|
/haiku/src/apps/tv/ |
H A D | VideoNode.cpp | 79 , BBufferConsumer(B_MEDIA_RAW_VIDEO) in VideoNode() 114 fInput.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered() 235 format->type = B_MEDIA_RAW_VIDEO; in AcceptFormat() 237 if (format->type != B_MEDIA_RAW_VIDEO) in AcceptFormat()
|
H A D | Controller.cpp | 305 err = gMediaRoster->GetFreeOutputsFor(dvb_node, &output, 1, &count, B_MEDIA_RAW_VIDEO); in ConnectNodes() 310 err = gMediaRoster->GetFreeInputsFor(video_window_node, &input, 1, &count, B_MEDIA_RAW_VIDEO); in ConnectNodes() 325 fmt.type = B_MEDIA_RAW_VIDEO; in ConnectNodes() 337 fmt.type = B_MEDIA_RAW_VIDEO; in ConnectNodes()
|
H A D | DeviceRoster.cpp | 125 &count, B_MEDIA_RAW_VIDEO); in IsRawVideoOutputFree()
|
/haiku/src/add-ons/media/plugins/raw_decoder/ |
H A D | RawDecoderPlugin.cpp | 70 if (ioEncodedFormat->type != B_MEDIA_RAW_AUDIO && ioEncodedFormat->type != B_MEDIA_RAW_VIDEO) in Setup() 75 if (ioEncodedFormat->type == B_MEDIA_RAW_VIDEO) { in Setup() 128 if (fInputFormat.type == B_MEDIA_RAW_VIDEO) in NegotiateOutputFormat() 556 format.type = B_MEDIA_RAW_VIDEO; in GetSupportedFormats()
|
/haiku/src/apps/mediaplayer/media_node_framework/video/ |
H A D | VideoConsumer.cpp | 54 BBufferConsumer(B_MEDIA_RAW_VIDEO), in VideoConsumer() 105 fIn.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered() 394 format->type = B_MEDIA_RAW_VIDEO; in AcceptFormat() 396 if (format->type != B_MEDIA_RAW_VIDEO) { in AcceptFormat()
|
/haiku/src/apps/cortex/Persistence/Wrappers/ |
H A D | MediaFormatIO.cpp | 460 case B_MEDIA_RAW_VIDEO: in write_media_type() 518 f.types[f.type_count] = B_MEDIA_RAW_VIDEO; in import_media_type_content() 894 case B_MEDIA_RAW_VIDEO: in xmlExportBegin() 926 case B_MEDIA_RAW_VIDEO: in xmlExportAttributes() 951 case B_MEDIA_RAW_VIDEO: in xmlExportContent() 1221 m_format.type = B_MEDIA_RAW_VIDEO; in xmlImportBegin() 1253 case B_MEDIA_RAW_VIDEO: in xmlImportAttribute() 1299 || childAsFormat->m_format.type != B_MEDIA_RAW_VIDEO) { in xmlImportChild() 1326 if(m_format.type != B_MEDIA_RAW_VIDEO) in xmlImportChildBegin()
|
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/ |
H A D | AddOn.cpp | 26 fMediaFormat.type = B_MEDIA_RAW_VIDEO; in MediaAddOn()
|
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/ |
H A D | AddOn.cpp | 29 fMediaFormat.type = B_MEDIA_RAW_VIDEO; in MediaAddOn()
|
H A D | Producer.cpp | 41 BBufferProducer(B_MEDIA_RAW_VIDEO), in VideoProducer() 133 P_COLOR, B_MEDIA_RAW_VIDEO, "Color", "Color"); in NodeRegistered() 153 fOutput.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered() 703 h->type = B_MEDIA_RAW_VIDEO; in FrameGenerator()
|
/haiku/src/apps/codycam/ |
H A D | VideoConsumer.cpp | 58 BBufferConsumer(B_MEDIA_RAW_VIDEO), in VideoConsumer() 186 fIn.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered() 432 format->type = B_MEDIA_RAW_VIDEO; in AcceptFormat() 434 if (format->type != B_MEDIA_RAW_VIDEO) { in AcceptFormat()
|
/haiku/src/add-ons/media/media-add-ons/usb_vision/ |
H A D | AddOn.cpp | 39 fMediaFormat.type = B_MEDIA_RAW_VIDEO; in MediaAddOn()
|
/haiku/src/apps/mediaplayer/media_node_framework/ |
H A D | NodeManager.cpp | 362 &videoOutput, 1, &count, B_MEDIA_RAW_VIDEO); in _SetUpVideoNodes() 372 &videoInput, 1, &count, B_MEDIA_RAW_VIDEO); in _SetUpVideoNodes() 382 format.type = B_MEDIA_RAW_VIDEO; in _SetUpVideoNodes()
|
/haiku/src/add-ons/media/media-add-ons/usb_webcam/ |
H A D | Producer.cpp | 60 BBufferProducer(B_MEDIA_RAW_VIDEO), in VideoProducer() 186 P_INFO, B_MEDIA_RAW_VIDEO, "", "Info", 256); in NodeRegistered() 216 fOutput.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered() 952 h->type = B_MEDIA_RAW_VIDEO; in FrameGenerator()
|
/haiku/src/apps/mediaconverter/ |
H A D | MediaFileInfo.cpp | 61 format.type = B_MEDIA_RAW_VIDEO; in LoadInfo()
|