Home
last modified time | relevance | path

Searched refs:B_MEDIA_RAW_VIDEO (Results 1 – 25 of 61) sorted by relevance

123

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DEncoderTable.cpp21 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 DMediaIcon.cpp243 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 DVideoAddOn.cpp22 fInputFormat.type = B_MEDIA_RAW_VIDEO; in VideoWindowAddOn()
81 if (info->in_formats[0].type != B_MEDIA_RAW_VIDEO) { in InstantiateNodeFor()
H A DVideoNode.cpp27 , 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 DRadeonProducer.cpp116 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 DRadeonAddOn.cpp48 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 Dmisc.cpp39 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 Dmisc.cpp38 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 DMediaOutputInfo.cpp195 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 DVideoMixerNode.cpp38 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 DVideoMixerNodeProducer.cpp33 format->type = B_MEDIA_RAW_VIDEO; in FormatSuggestionRequested()
36 if (format->type != B_MEDIA_RAW_VIDEO) { in FormatSuggestionRequested()
/haiku/src/apps/tv/
H A DVideoNode.cpp79 , 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 DController.cpp305 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 DDeviceRoster.cpp125 &count, B_MEDIA_RAW_VIDEO); in IsRawVideoOutputFree()
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp70 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 DVideoConsumer.cpp54 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 DMediaFormatIO.cpp460 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 DAddOn.cpp26 fMediaFormat.type = B_MEDIA_RAW_VIDEO; in MediaAddOn()
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.cpp29 fMediaFormat.type = B_MEDIA_RAW_VIDEO; in MediaAddOn()
H A DProducer.cpp41 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 DVideoConsumer.cpp58 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 DAddOn.cpp39 fMediaFormat.type = B_MEDIA_RAW_VIDEO; in MediaAddOn()
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp362 &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 DProducer.cpp60 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 DMediaFileInfo.cpp61 format.type = B_MEDIA_RAW_VIDEO; in LoadInfo()

123