Searched refs:GetFormatInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.h246 bool GetFormatInfo(struct v4l2_format* format, bool* again);
H A Dv4l2_video_decode_accelerator.cc741 if (!GetFormatInfo(&format, &again))
1545 bool ret = GetFormatInfo(&format, &again);
1622 bool V4L2VideoDecodeAccelerator::GetFormatInfo(struct v4l2_format* format, function in class:content::V4L2VideoDecodeAccelerator
1929 bool ret = GetFormatInfo(&format, &again);
1931 DVLOG(3) << "IsResolutionChangeNecessary(): GetFormatInfo() failed";

Completed in 619 milliseconds