Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/pepper/
Dpepper_video_decoder_host.cc338 const PendingDecode& pending_decode = it->second; in NotifyEndOfBitstreamBuffer() local
340 pending_decode.reply_context, in NotifyEndOfBitstreamBuffer()
341 PpapiPluginMsg_VideoDecoder_DecodeReply(pending_decode.shm_id)); in NotifyEndOfBitstreamBuffer()
342 shm_buffer_busy_[pending_decode.shm_id] = false; in NotifyEndOfBitstreamBuffer()