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

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
queue.c 86 ptr_q->commandq_size;
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
127 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
video_encoder_test.c 382 queue_ptr->commandq_size = 50;
394 queue_ptr->commandq_size);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
message_queue.h 55 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
queue.h 55 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 53 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
queue.h 53 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 53 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
queue.h 53 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 53 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
queue.h 53 int commandq_size; member in struct:video_queue_context
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
message_queue.c 86 ptr_q->commandq_size;
117 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq)
129 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
message_queue.c 79 ptr_q->commandq_size;
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
117 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
message_queue.c 79 ptr_q->commandq_size;
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
117 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
message_queue.c 79 ptr_q->commandq_size;
108 if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->read_comq) {
117 ptr_q->write_comq = (ptr_q->write_comq + 1) % ptr_q->commandq_size;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 328 queue_ptr->commandq_size = 50;
340 queue_ptr->commandq_size);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 313 queue_ptr->commandq_size = 50;
325 queue_ptr->commandq_size);
    [all...]

Completed in 287 milliseconds