Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7178 int existsId = 0; in isPending() local
7179 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
7181 return existsId < kMaxBufs; in isPending()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7934 int existsId = 0; in isPending() local
7935 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
7937 return existsId < kMaxBufs; in isPending()