Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/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.cpp6088 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
6202 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
6204 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
6205 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
6207 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
6210 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
6213 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()
Domx_vdec_msm8974.cpp7527 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
7752 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
7754 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
7755 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
7757 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
7760 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
7763 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp6766 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
6897 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
6919 output_respbuf->framesize.bottom = in async_message_process()
6921 output_respbuf->framesize.left = in async_message_process()
6923 output_respbuf->framesize.right = in async_message_process()
6925 output_respbuf->framesize.top = in async_message_process()
6927 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
6928 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
6929 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process()
6930 output_respbuf->flags = vdec_msg->msgdata.output_frame.flags; in async_message_process()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6317 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
6470 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
6472 if (!output_respbuf) { in async_message_process()
6476 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
6477 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
6480 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
6484 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
6487 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp7472 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
7708 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
7710 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
7711 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
7713 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
7716 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
7719 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp9106 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
9284 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
9286 if (!output_respbuf) { in async_message_process()
9290 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
9291 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
9294 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
9297 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
9300 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()