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

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.h358 bool resolution_change_pending_; member in class:content::V4L2VideoDecodeAccelerator
H A Dv4l2_video_decode_accelerator.cc175 resolution_change_pending_(false),
1013 DCHECK(!resolution_change_pending_);
1014 resolution_change_pending_ = IsResolutionChangeNecessary();
1327 if (resolution_change_pending_ || decoder_state_ == kChangingResolution) {
1513 if (!resolution_change_pending_)
1523 DCHECK(resolution_change_pending_);
1524 resolution_change_pending_ = false;

Completed in 31 milliseconds