Home
last modified time | relevance | path

Searched refs:existsId (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp4715 int existsId = 0; in isPending() local
4716 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
4718 return existsId < kMaxBufs; in isPending()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7189 int existsId = 0; in isPending() local
7190 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
7192 return existsId < kMaxBufs; in isPending()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7400 int existsId = 0; in isPending() local
7401 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
7403 return existsId < kMaxBufs; in isPending()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7999 int existsId = 0; in isPending() local
8000 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
8002 return existsId < kMaxBufs; in isPending()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7643 int existsId = 0; in isPending() local
7644 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
7646 return existsId < kMaxBufs; in isPending()