Searched refs:onDecodeDone (Results 1 – 2 of 2) sorted by relevance
80 void onDecodeDone(int32_t bitstreamId, VideoDecoder::DecodeStatus status);
463 mDecoder->decode(std::move(buffer), ::base::BindOnce(&V4L2DecodeComponent::onDecodeDone, in pumpPendingWorks()480 void V4L2DecodeComponent::onDecodeDone(int32_t bitstreamId, VideoDecoder::DecodeStatus status) { in onDecodeDone() function in android::V4L2DecodeComponent