Home
last modified time | relevance | path

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

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