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

  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 269 DecSurfacesInUse decode_surfaces_in_use_; member in class:content::VaapiH264Decoder
vaapi_h264_decoder.cc 98 for (DecSurfacesInUse::iterator it = decode_surfaces_in_use_.begin();
99 it != decode_surfaces_in_use_.end(); ) {
106 DCHECK(decode_surfaces_in_use_.empty());
181 DecSurfacesInUse::iterator iter = decode_surfaces_in_use_.find(poc);
182 if (iter == decode_surfaces_in_use_.end()) {
203 bool inserted = decode_surfaces_in_use_.insert(
211 DecSurfacesInUse::iterator it = decode_surfaces_in_use_.find(poc);
212 if (it == decode_surfaces_in_use_.end()) {
220 decode_surfaces_in_use_.erase(it);
    [all...]

Completed in 6958 milliseconds