vaapi_h264_decoder.cc | 20 DecodeSurface(int poc, 23 DecodeSurface(int poc, const scoped_refptr<DecodeSurface>& dec_surface); 26 int poc() { function in class:content::VaapiH264Decoder::DecodeSurface 45 int poc, 48 : poc_(poc), 98 int poc = it->second->poc(); local 102 UnassignSurfaceFromPoC(poc); 178 VaapiH264Decoder::DecodeSurface* VaapiH264Decoder::DecodeSurfaceByPoC(int poc) { 179 DecSurfacesInUse::iterator iter = decode_surfaces_in_use_.find(poc); 1343 int poc = (*output_candidate)->pic_order_cnt; local [all...] |