Home
last modified time | relevance | path

Searched refs:num_pending_decodes_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dvideo_decoder_shim.cc303 num_pending_decodes_(0), in VideoDecoderShim()
383 num_pending_decodes_++; in Decode()
465 num_pending_decodes_--; in OnDecodeComplete()
549 if (state_ == FLUSHING && !num_pending_decodes_) { in SendPictures()
Dvideo_decoder_shim.h123 uint32_t num_pending_decodes_; variable