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

  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 808 struct video_msgq *queueitem = NULL; local
827 queueitem = queue_get_cmd (&encoder_context ->queue_context);
828 if (queueitem != NULL)
830 switch (queueitem->cmd)
844 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
889 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
943 if (queueitem->cmd == VEN_MSG_STOP)
954 struct video_msgq queueitem ; local
988 queueitem.cmd = venc_msg.msgcode;
989 queueitem.status = venc_msg.statuscode
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 779 struct video_msgq *queueitem = NULL; local
800 queueitem = queue_get_cmd (&decode_context ->queue_context);
801 if (queueitem != NULL)
803 switch (queueitem->cmd)
826 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata;
869 queueitem->clientdata;
870 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata);
941 if (queueitem->cmd == VDEC_MSG_RESP_STOP_DONE)
953 struct video_msgq queueitem ; local
989 queueitem.cmd = vdec_msg.msgcode
    [all...]

Completed in 115 milliseconds