Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7182 int existsId = 0; in isPending() local
7183 for(; existsId < kMaxBufs && mBufMap[existsId] != bufferId; ++existsId); in isPending()
7185 return existsId < kMaxBufs; in isPending()