Searched refs:output_respbuf (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp6551 struct vdec_output_frameinfo *output_respbuf = NULL; local
6676 output_respbuf = (struct vdec_output_frameinfo *)\
6678 output_respbuf->framesize.bottom =
6680 output_respbuf->framesize.left =
6682 output_respbuf->framesize.right =
6684 output_respbuf->framesize.top =
6686 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
6687 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
6688 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
6689 output_respbuf
7984 struct vdec_output_frameinfo *output_respbuf; local
[all...]
H A Domx_vdec_hevc.cpp6084 struct vdec_output_frameinfo *output_respbuf = NULL; local
6198 output_respbuf = (struct vdec_output_frameinfo *)\
6200 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
6201 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
6203 output_respbuf->pic_type = PICTURE_TYPE_I;
6206 output_respbuf->pic_type = PICTURE_TYPE_P;
6209 output_respbuf->pic_type = PICTURE_TYPE_B;
H A Domx_vdec_hevc_swvdec.cpp7257 struct vdec_output_frameinfo *output_respbuf = NULL; local
7493 output_respbuf = (struct vdec_output_frameinfo *)\
7495 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
7496 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
7498 output_respbuf->pic_type = PICTURE_TYPE_I;
7501 output_respbuf->pic_type = PICTURE_TYPE_P;
7504 output_respbuf->pic_type = PICTURE_TYPE_B;
H A Domx_vdec_msm8974.cpp6953 struct vdec_output_frameinfo *output_respbuf = NULL; local
7172 output_respbuf = (struct vdec_output_frameinfo *)\
7174 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
7175 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
7177 output_respbuf->pic_type = PICTURE_TYPE_I;
7180 output_respbuf->pic_type = PICTURE_TYPE_P;
7183 output_respbuf->pic_type = PICTURE_TYPE_B;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6760 struct vdec_output_frameinfo *output_respbuf = NULL; local
6891 output_respbuf = (struct vdec_output_frameinfo *)\
6913 output_respbuf->framesize.bottom =
6915 output_respbuf->framesize.left =
6917 output_respbuf->framesize.right =
6919 output_respbuf->framesize.top =
6921 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
6922 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
6923 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
6924 output_respbuf
[all...]
H A Domx_vdec_copper.cpp6320 struct vdec_output_frameinfo *output_respbuf = NULL; local
6442 output_respbuf = (struct vdec_output_frameinfo *)\
6444 // output_respbuf->framesize.bottom =
6446 // output_respbuf->framesize.left =
6448 // output_respbuf->framesize.right =
6450 // output_respbuf->framesize.top =
6452 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
6453 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
6454 // output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
6455 // output_respbuf
[all...]

Completed in 831 milliseconds