Home
last modified time | relevance | path

Searched refs:input_frame_format (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/
H A Dvideo_resource_updater.cc890 const VideoPixelFormat input_frame_format = video_frame->format(); in CreateForSoftwarePlanes() local
895 DCHECK(IsYuvPlanar(input_frame_format) || in CreateForSoftwarePlanes()
896 input_frame_format == PIXEL_FORMAT_Y16); in CreateForSoftwarePlanes()
900 if (input_frame_format == PIXEL_FORMAT_Y16) { in CreateForSoftwarePlanes()
918 size_t output_plane_count = VideoFrame::NumPlanes(input_frame_format); in CreateForSoftwarePlanes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dvideo_resource_updater.cc942 const VideoPixelFormat input_frame_format = video_frame->format(); in CreateForSoftwarePlanes() local
947 DCHECK(IsYuvPlanar(input_frame_format) || in CreateForSoftwarePlanes()
948 input_frame_format == PIXEL_FORMAT_Y16); in CreateForSoftwarePlanes()
952 if (input_frame_format == PIXEL_FORMAT_Y16) { in CreateForSoftwarePlanes()
970 size_t output_plane_count = VideoFrame::NumPlanes(input_frame_format); in CreateForSoftwarePlanes()