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 266 DecSurfacesInUse decode_surfaces_in_use_; member in class:content::VaapiH264Decoder
vaapi_h264_decoder.cc 96 for (DecSurfacesInUse::iterator it = decode_surfaces_in_use_.begin();
97 it != decode_surfaces_in_use_.end(); ) {
104 DCHECK(decode_surfaces_in_use_.empty());
179 DecSurfacesInUse::iterator iter = decode_surfaces_in_use_.find(poc);
180 if (iter == decode_surfaces_in_use_.end()) {
201 bool inserted = decode_surfaces_in_use_.insert(
209 DecSurfacesInUse::iterator it = decode_surfaces_in_use_.find(poc);
210 if (it == decode_surfaces_in_use_.end()) {
218 decode_surfaces_in_use_.erase(it);
    [all...]

Completed in 23 milliseconds