Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
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()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
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()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
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()