Home
last modified time | relevance | path

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); in Connected()
248 err = CreateBuffers(frame, B_RGBA32, false); in Connected()
252 err = CreateBuffers(frame, B_YCbCr422, true); in Connected()
258 err = CreateBuffers(frame, format.u.raw_video.display.format, in Connected()
309 err = CreateBuffers(frame, colorspace, true); // try overlay in FormatChanged()
312 err = CreateBuffers(frame, colorspace, false); // no overlay in FormatChanged()
315 err = CreateBuffers(frame, colorspace, false); // no overlay in FormatChanged()
389 VideoNode::CreateBuffers(BRect frame, color_space cspace, bool overlay) in CreateBuffers() function in VideoNode
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); in Connected()
324 err = CreateBuffers(frame, colorspace, true); // try overlay in FormatChanged()
328 err = CreateBuffers(frame, colorspace, false); // no overlay in FormatChanged()
331 err = CreateBuffers(frame, colorspace, false); // no overlay in FormatChanged()
423 VideoNode::CreateBuffers(BRect frame, color_space cspace, bool overlay) in CreateBuffers() function in VideoNode
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) in CreateBuffers() function in VideoConsumer
325 status_t ret = CreateBuffers(format); in Connected()
504 return CreateBuffers(format); in FormatChanged()
/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) in CreateBuffers() function in VideoConsumer
390 if (CreateBuffers(withFormat) == B_OK) in Connected()
522 return CreateBuffers(format); in FormatChanged()