Searched refs:outputted (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dh264_dpb.h48 bool outputted; member in struct:content::H264Picture
76 // Remove unused (not reference and already outputted) pictures from DPB
105 // Append all pictures that have not been outputted yet to the passed |out|
H A Dh264_dpb.cc39 if ((*it)->outputted && !(*it)->ref)
103 if (!pic->outputted)
H A Dvaapi_h264_decoder.cc1025 DCHECK(!pic->outputted);
1026 pic->outputted = true;
1051 // Output all pictures that are waiting to be outputted.
1139 // if outputted.
1153 // if outputted.
1314 if ((*it)->outputted && !(*it)->ref)
1328 // Get all pictures that haven't been outputted yet.
1339 // if the number of decoded and not yet outputted pictures that would remain
1341 // If the outputted picture is not a reference picture, it doesn't have
1366 if (!pic->outputted || pi
[all...]

Completed in 216 milliseconds