Home
last modified time | relevance | path

Searched defs:bitstreamId (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp106 const int32_t bitstreamId = frameIndexToBitstreamId(work.input.ordinal.frameIndex); in isWorkDone() local
458 const int32_t bitstreamId = frameIndexToBitstreamId(pendingWork->input.ordinal.frameIndex); in pumpPendingWorks() local
515 void V4L2DecodeComponent::onDecodeDone(int32_t bitstreamId, VideoDecoder::DecodeStatus status) { in onDecodeDone()
556 const int32_t bitstreamId = frame->getBitstreamId(); in onOutputFrameReady() local
594 const int32_t bitstreamId = kv.first; in detectNoShowFrameWorksAndReportIfFinished() local
614 for (const int32_t bitstreamId : noShowFrameBitstreamIds) reportWorkIfFinished(bitstreamId); in detectNoShowFrameWorksAndReportIfFinished() local
627 bool V4L2DecodeComponent::reportWorkIfFinished(int32_t bitstreamId) { in reportWorkIfFinished()
DVideoFrame.cpp45 void VideoFrame::setBitstreamId(int32_t bitstreamId) { in setBitstreamId()
DV4L2Decoder.cpp289 const int32_t bitstreamId = request.buffer->id; in pumpDecodeRequest() local
422 const int32_t bitstreamId = static_cast<int32_t>(dequeuedBuffer->getTimeStamp().tv_sec); in serviceDeviceTask() local