Home
last modified time | relevance | path

Searched refs:WrapExternalDataWithLayout (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/chromeos/
H A Dgpu_memory_buffer_video_frame_mapper.cc66 mapped_frame = VideoFrame::WrapExternalDataWithLayout( in Map()
H A Dgeneric_dmabuf_video_frame_mapper.cc56 video_frame = VideoFrame::WrapExternalDataWithLayout( in CreateMappedVideoFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/chromeos/
H A Dgpu_memory_buffer_video_frame_mapper.cc66 mapped_frame = VideoFrame::WrapExternalDataWithLayout( in Map()
H A Dgeneric_dmabuf_video_frame_mapper.cc56 video_frame = VideoFrame::WrapExternalDataWithLayout( in CreateMappedVideoFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/video_player/
H A Dframe_renderer_dummy.cc139 return VideoFrame::WrapExternalDataWithLayout(*layout, gfx::Rect(size), size, in CreateVideoFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dvideo_frame.h185 static scoped_refptr<VideoFrame> WrapExternalDataWithLayout(
H A Dvideo_frame.cc412 return WrapExternalDataWithLayout(*layout, visible_rect, natural_size, data, in WrapExternalData()
417 scoped_refptr<VideoFrame> VideoFrame::WrapExternalDataWithLayout( in WrapExternalDataWithLayout() function in media::VideoFrame
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dvideo_frame.h187 static scoped_refptr<VideoFrame> WrapExternalDataWithLayout(
H A Dvideo_frame.cc414 return WrapExternalDataWithLayout(*layout, visible_rect, natural_size, data, in WrapExternalData()
419 scoped_refptr<VideoFrame> VideoFrame::WrapExternalDataWithLayout( in WrapExternalDataWithLayout() function in media::VideoFrame
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dvideo_frame_helpers.cc425 VideoFrame::WrapExternalDataWithLayout( in CreateVideoFrameFromImage()