HomeSort by relevance Sort by last modified time
    Searched refs:CodedSizeFromV4L2Format (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.h 26 static gfx::Size CodedSizeFromV4L2Format(struct v4l2_format format);
v4l2_video_device.cc 81 gfx::Size V4L2Device::CodedSizeFromV4L2Format(struct v4l2_format format) {
v4l2_image_processor.cc 258 input_allocated_size_ = V4L2Device::CodedSizeFromV4L2Format(format);
309 V4L2Device::CodedSizeFromV4L2Format(format);
v4l2_video_encode_accelerator.cc 916 input_allocated_size_ = V4L2Device::CodedSizeFromV4L2Format(format);
    [all...]

Completed in 689 milliseconds