Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h308 inline bool isBufSkipped(uint32_t index){return (mBufferStatus[index] == STATUS_SKIPPED);}; in isBufSkipped() function
DQCamera2HWICallbacks.cpp845 memory->isBufSkipped(frame->buf_idx)) { in preview_stream_cb_routine()