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/add-ons/media/media-add-ons/videowindow/
H A DVideoAddOn.cpp22 fInputFormat.type = B_MEDIA_RAW_VIDEO;
81 if (info->in_formats[0].type != B_MEDIA_RAW_VIDEO) {
H A DVideoNode.cpp27 , BBufferConsumer(B_MEDIA_RAW_VIDEO)
46 , BBufferConsumer(B_MEDIA_RAW_VIDEO)
87 fInput.format.type = B_MEDIA_RAW_VIDEO;
200 format->type = B_MEDIA_RAW_VIDEO;
202 if (format->type != B_MEDIA_RAW_VIDEO)
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp243 if ((inputs[i].format.type == B_MEDIA_RAW_VIDEO)
257 if ((inputs[i].format.type == B_MEDIA_RAW_VIDEO)
271 if ((outputs[i].format.type == B_MEDIA_RAW_VIDEO)
285 if ((outputs[i].format.type == B_MEDIA_RAW_VIDEO)
307 if ((flavorInfo.in_formats[i].type == B_MEDIA_RAW_VIDEO)
318 if ((flavorInfo.out_formats[i].type == B_MEDIA_RAW_VIDEO)
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A Dmisc.cpp38 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break;
53 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break;
H A DMediaOutputInfo.cpp195 case B_MEDIA_RAW_VIDEO:
244 case B_MEDIA_RAW_VIDEO:
/haiku/src/add-ons/media/media-add-ons/
H A Dmisc.cpp39 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break;
54 case B_MEDIA_RAW_VIDEO: fprintf(stderr,"RAW_VIDEO"); break;
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.cpp38 BBufferConsumer(B_MEDIA_RAW_VIDEO), // Raw video buffers in
39 BBufferProducer(B_MEDIA_RAW_VIDEO), // Raw video buffers out
330 outFormat->type = B_MEDIA_RAW_VIDEO;
341 outFormat->type = B_MEDIA_RAW_VIDEO;
H A DVideoMixerNodeProducer.cpp33 format->type = B_MEDIA_RAW_VIDEO;
36 if (format->type != B_MEDIA_RAW_VIDEO) {
H A DVideoMixerNodeConsumer.cpp87 case B_MEDIA_RAW_VIDEO:
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.cpp26 fMediaFormat.type = B_MEDIA_RAW_VIDEO;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp48 fMediaFormat[0].type = B_MEDIA_RAW_VIDEO;
53 fMediaFormat[1].type = B_MEDIA_RAW_VIDEO;
58 fMediaFormat[2].type = B_MEDIA_RAW_VIDEO;
63 fMediaFormat[3].type = B_MEDIA_RAW_VIDEO;
68 /*fMediaFormat[0].type = B_MEDIA_RAW_VIDEO;
H A DRadeonProducer.cpp116 BBufferProducer(B_MEDIA_RAW_VIDEO),
221 fOutput.format.type = B_MEDIA_RAW_VIDEO;
264 P_SOURCE, B_MEDIA_RAW_VIDEO, "Video Input:", "Video Input:");
275 P_AUDIO_SOURCE, B_MEDIA_RAW_VIDEO, "Audio Input:", "Audio Input:");
285 controls2->MakeContinuousParameter(P_BRIGHTNESS, B_MEDIA_RAW_VIDEO,"Brightness", "BRIGHTNESS", "", -100, 100, 1);
286 controls2->MakeContinuousParameter(P_CONTRAST, B_MEDIA_RAW_VIDEO, "Contrast", "CONTRAST", "", 0, 100, 1);
287 controls2->MakeContinuousParameter(P_SHARPNESS, B_MEDIA_RAW_VIDEO, "Sharpness", B_LEVEL, "dB", 0, 15, 1);
289 controls3->MakeContinuousParameter(P_SATURATION, B_MEDIA_RAW_VIDEO, "Saturation", "SATURATION", "", -100, 100, 1);
290 controls3->MakeContinuousParameter(P_HUE, B_MEDIA_RAW_VIDEO, "Hue", B_LEVEL, "��", -90, 90, 1);
295 P_RESOLUTION, B_MEDIA_RAW_VIDEO, "Defaul
[all...]
/haiku/src/apps/tv/
H A DController.cpp305 err = gMediaRoster->GetFreeOutputsFor(dvb_node, &output, 1, &count, B_MEDIA_RAW_VIDEO);
310 err = gMediaRoster->GetFreeInputsFor(video_window_node, &input, 1, &count, B_MEDIA_RAW_VIDEO);
325 fmt.type = B_MEDIA_RAW_VIDEO;
337 fmt.type = B_MEDIA_RAW_VIDEO;
H A DVideoNode.cpp79 , BBufferConsumer(B_MEDIA_RAW_VIDEO)
114 fInput.format.type = B_MEDIA_RAW_VIDEO;
235 format->type = B_MEDIA_RAW_VIDEO;
237 if (format->type != B_MEDIA_RAW_VIDEO)
H A DDeviceRoster.cpp125 &count, B_MEDIA_RAW_VIDEO);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.cpp29 fMediaFormat.type = B_MEDIA_RAW_VIDEO;
H A DProducer.cpp41 BBufferProducer(B_MEDIA_RAW_VIDEO),
133 P_COLOR, B_MEDIA_RAW_VIDEO, "Color", "Color");
153 fOutput.format.type = B_MEDIA_RAW_VIDEO;
703 h->type = B_MEDIA_RAW_VIDEO;
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DAddOn.cpp39 fMediaFormat.type = B_MEDIA_RAW_VIDEO;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp54 BBufferConsumer(B_MEDIA_RAW_VIDEO),
105 fIn.format.type = B_MEDIA_RAW_VIDEO;
394 format->type = B_MEDIA_RAW_VIDEO;
396 if (format->type != B_MEDIA_RAW_VIDEO) {
/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)
75 if (ioEncodedFormat->type == B_MEDIA_RAW_VIDEO) {
128 if (fInputFormat.type == B_MEDIA_RAW_VIDEO)
556 format.type = B_MEDIA_RAW_VIDEO;
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp460 case B_MEDIA_RAW_VIDEO:
461 context.writeString("B_MEDIA_RAW_VIDEO");
517 else if(!strcmp(value, "B_MEDIA_RAW_VIDEO"))
518 f.types[f.type_count] = B_MEDIA_RAW_VIDEO;
894 case B_MEDIA_RAW_VIDEO:
926 case B_MEDIA_RAW_VIDEO:
951 case B_MEDIA_RAW_VIDEO:
1221 m_format.type = B_MEDIA_RAW_VIDEO;
1253 case B_MEDIA_RAW_VIDEO:
1299 || childAsFormat->m_format.type != B_MEDIA_RAW_VIDEO) {
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp190 B_MEDIA_RAW_VIDEO, "global gain",
H A Dtas5110c1b.cpp180 B_MEDIA_RAW_VIDEO, "global gain",
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.cpp28 fMediaFormat.type = B_MEDIA_RAW_VIDEO;

Completed in 102 milliseconds

123