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

  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 82 output_streamon_(false),
472 if (!output_streamon_) {
475 output_streamon_ = true;
518 DCHECK(output_streamon_);
707 if (output_streamon_) {
711 output_streamon_ = false;
828 DCHECK(!output_streamon_);
863 DCHECK(!output_streamon_);
923 DCHECK(!output_streamon_);
    [all...]
v4l2_image_processor.h 158 bool output_streamon_; member in class:content::V4L2ImageProcessor
v4l2_image_processor.cc 71 output_streamon_(false),
288 DCHECK(!output_streamon_);
366 DCHECK(!output_streamon_);
474 if (!output_streamon_) {
477 output_streamon_ = true;
519 DCHECK(output_streamon_);
683 if (output_streamon_) {
687 output_streamon_ = false;
v4l2_video_decode_accelerator.h 391 bool output_streamon_; member in class:content::V4L2VideoDecodeAccelerator
v4l2_video_encode_accelerator.h 255 bool output_streamon_; member in class:content::V4L2VideoEncodeAccelerator
v4l2_video_decode_accelerator.cc 180 output_streamon_(false),
    [all...]

Completed in 303 milliseconds