Searched refs:CreateBuffers (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp244 err = CreateBuffers(frame, B_YCbCr422, true);
248 err = CreateBuffers(frame, B_RGBA32, false);
252 err = CreateBuffers(frame, B_YCbCr422, true);
258 err = CreateBuffers(frame, format.u.raw_video.display.format,
309 err = CreateBuffers(frame, colorspace, true); // try overlay
312 err = CreateBuffers(frame, colorspace, false); // no overlay
315 err = CreateBuffers(frame, colorspace, false); // no overlay
389 VideoNode::CreateBuffers(BRect frame, color_space cspace, bool overlay) function in class:VideoNode
391 printf("VideoNode::CreateBuffers: frame %d,%d,%d,%d colorspace 0x%08x, "
408 fprintf(stderr, "VideoNode::CreateBuffers faile
[all...]
H A DVideoNode.h87 status_t CreateBuffers(BRect frame, color_space cspace, bool overlay);
/haiku/src/apps/tv/
H A DVideoNode.cpp274 err = CreateBuffers(frame, colorspace, fOverlayEnabled);
324 err = CreateBuffers(frame, colorspace, true); // try overlay
328 err = CreateBuffers(frame, colorspace, false); // no overlay
331 err = CreateBuffers(frame, colorspace, false); // no overlay
423 VideoNode::CreateBuffers(BRect frame, color_space cspace, bool overlay) function in class:VideoNode
425 printf("VideoNode::CreateBuffers: frame %d,%d,%d,%d colorspace 0x%08x, "
446 printf("VideoNode::CreateBuffers failed\n");
453 printf("VideoNode::CreateBuffers success\n");
H A DVideoNode.h84 status_t CreateBuffers(BRect frame, color_space cspace, bool overlay);
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.h88 status_t CreateBuffers(
H A DVideoConsumer.cpp172 VideoConsumer::CreateBuffers(const media_format& format) function in class:VideoConsumer
174 FUNCTION("VideoConsumer::CreateBuffers\n");
185 PROGRESS("VideoConsumer::CreateBuffers - Width = %" B_PRIu32 " - "
192 ERROR("VideoConsumer::CreateBuffers - ERROR CREATING BUFFER GROUP\n");
219 fprintf(stderr, "VideoConsumer::CreateBuffers() - "
242 ERROR("VideoConsumer::CreateBuffers - ERROR ADDING BUFFER "
246 PROGRESS("VideoConsumer::CreateBuffers - SUCCESSFUL ADD "
251 ERROR("VideoConsumer::CreateBuffers - ERROR CREATING VIDEO RING "
259 FUNCTION("VideoConsumer::CreateBuffers - EXIT\n");
325 status_t ret = CreateBuffers(forma
[all...]
/haiku/src/apps/codycam/
H A DVideoConsumer.h111 status_t CreateBuffers(const media_format& withFormat);
H A DVideoConsumer.cpp280 VideoConsumer::CreateBuffers(const media_format& withFormat) function in class:VideoConsumer
282 FUNCTION("VideoConsumer::CreateBuffers\n");
293 PROGRESS("VideoConsumer::CreateBuffers - Colorspace = %d\n", colorspace);
298 ERROR("VideoConsumer::CreateBuffers - ERROR CREATING BUFFER GROUP\n");
308 ERROR("VideoConsumer::CreateBuffers - ERROR IN AREA_FOR\n");
315 ERROR("VideoConsumer::CreateBuffers - "
320 PROGRESS("VideoConsumer::CreateBuffers - "
323 ERROR("VideoConsumer::CreateBuffers - ERROR CREATING VIDEO RING "
340 ERROR("VideoConsumer::CreateBuffers "
345 ERROR("VideoConsumer::CreateBuffers ERRO
[all...]

Completed in 63 milliseconds