Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp53 #define IS_BUFFER_ERROR(x) (((x) & V4L2_BUF_FLAG_ERROR) == V4L2_BUF_FLAG_ERROR) macro
824 if (IS_BUFFER_ERROR(super_frame->bufs[0]->flags)) { in streamCbRoutine()