HomeSort by relevance Sort by last modified time
    Searched refs:read_comq (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
queue.c 45 if (ptr_q->read_comq == ptr_q->write_comq)
82 if (ptr_q->read_comq != ptr_q->write_comq)
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
85 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
message_queue.c 45 if (ptr_q->read_comq == ptr_q->write_comq)
82 if (ptr_q->read_comq != ptr_q->write_comq)
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
85 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
message_queue.c 45 if (ptr_q->read_comq == ptr_q->write_comq) {
76 if (ptr_q->read_comq != ptr_q->write_comq) {
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
78 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
message_queue.c 45 if (ptr_q->read_comq == ptr_q->write_comq) {
76 if (ptr_q->read_comq != ptr_q->write_comq) {
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
78 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
message_queue.c 45 if (ptr_q->read_comq == ptr_q->write_comq) {
76 if (ptr_q->read_comq != ptr_q->write_comq) {
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
78 ptr_q->read_comq = (ptr_q->read_comq + 1) % \
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
message_queue.h 62 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
queue.h 62 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 60 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
queue.h 60 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 60 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
queue.h 60 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 60 int read_comq ; member in struct:video_queue_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
queue.h 60 int read_comq ; member in struct:video_queue_context

Completed in 464 milliseconds