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

  /external/chromium_org/content/common/gpu/media/
v4l2_image_processor.h 41 gfx::Size input_allocated_size() { return input_allocated_size_; }
118 gfx::Size input_allocated_size_; member in class:content::V4L2ImageProcessor
v4l2_video_encode_accelerator.h 212 gfx::Size input_allocated_size_; member in class:content::V4L2VideoEncodeAccelerator
v4l2_image_processor.cc 158 << ", input_allocated_size: " << input_allocated_size_.ToString()
251 input_format_, i, input_allocated_size_);
253 base::checked_cast<__u32>(input_allocated_size_.width());
257 input_allocated_size_ = V4L2Device::CodedSizeFromV4L2Format(format);
258 DCHECK(gfx::Rect(input_allocated_size_).Contains(
602 input_record.frame->format(), i, input_allocated_size_);
v4l2_video_encode_accelerator.cc 142 // input_allocated_size_.
148 input_allocated_size_,
178 input_allocated_size_,
607 frame->format(), i, input_allocated_size_));
909 input_allocated_size_ = V4L2Device::CodedSizeFromV4L2Format(format);
910 DCHECK(gfx::Rect(input_allocated_size_).Contains(gfx::Rect(visible_size_)));
    [all...]

Completed in 131 milliseconds