Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoFrame.h33 int32_t getBitstreamId() const;
/external/v4l2_codec2/components/
DVideoFrame.cpp49 int32_t VideoFrame::getBitstreamId() const { in getBitstreamId() function in android::VideoFrame
DV4L2DecodeComponent.cpp512 ALOGV("%s(bitstreamId=%d)", __func__, frame->getBitstreamId()); in onOutputFrameReady()
515 const int32_t bitstreamId = frame->getBitstreamId(); in onOutputFrameReady()