Searched defs:pending_pictures_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc126 PendingPictureQueue pending_pictures_; member in class:__anon8890::MyInstance
453 pending_pictures_.push(PendingPicture(decoder, picture));
462 const PendingPicture& next = pending_pictures_.front();
533 if (pending_pictures_.empty())
536 const PendingPicture& next = pending_pictures_.front();
540 pending_pictures_.pop();
543 if (!pending_pictures_.empty())
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc127 PendingPictureQueue pending_pictures_; member in class:__anon10068::MyInstance
454 pending_pictures_.push(PendingPicture(decoder, picture));
463 const PendingPicture& next = pending_pictures_.front();
534 if (pending_pictures_.empty())
537 const PendingPicture& next = pending_pictures_.front();
541 pending_pictures_.pop();
544 if (!pending_pictures_.empty())

Completed in 93 milliseconds