Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/components/
H A DDecodeComponent.cpp94 const int32_t bitstreamId = frameIndexToBitstreamId(work.input.ordinal.frameIndex); in isWorkDone() local
391 const int32_t bitstreamId = frameIndexToBitstreamId(pendingWork->input.ordinal.frameIndex); in pumpPendingWorks() local
420 void DecodeComponent::processCSDWork(const int32_t bitstreamId, const C2Work* work) { in processCSDWork()
455 void DecodeComponent::processWork(const int32_t bitstreamId, const C2Work* work) { in processWork()
463 void DecodeComponent::processWorkBuffer(const int32_t bitstreamId, in processWorkBuffer()
475 void DecodeComponent::onDecodeDone(int32_t bitstreamId, VideoDecoder::DecodeStatus status) { in onDecodeDone()
517 const int32_t bitstreamId = frame->getBitstreamId(); in onOutputFrameReady() local
556 const int32_t bitstreamId = kv.first; in detectNoShowFrameWorksAndReportIfFinished() local
576 for (const int32_t bitstreamId : noShowFrameBitstreamIds) reportWorkIfFinished(bitstreamId); in detectNoShowFrameWorksAndReportIfFinished() local
590 bool DecodeComponent::reportWorkIfFinished(int32_t bitstreamId) { in reportWorkIfFinished()
H A DVideoFrame.cpp45 void VideoFrame::setBitstreamId(int32_t bitstreamId) { in setBitstreamId()
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Decoder.cpp504 const int32_t bitstreamId = request.buffer->id; in pumpDecodeRequest() local
656 const int32_t bitstreamId = static_cast<int32_t>(dequeuedBuffer->getTimeStamp().tv_sec); in serviceDeviceTask() local