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

  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 138 image_processor_.reset(new V4L2ImageProcessor(device.Pass()));
143 if (!image_processor_->Initialize(
176 image_processor_.get() ?
177 image_processor_->input_allocated_size() :
194 if (image_processor_) {
195 image_processor_->Process(
259 if (image_processor_.get())
260 image_processor_.release()->Destroy();
    [all...]
v4l2_video_encode_accelerator.h 276 scoped_ptr<V4L2ImageProcessor> image_processor_; member in class:content::V4L2VideoEncodeAccelerator

Completed in 277 milliseconds