Home
last modified time | relevance | path

Searched refs:output_respbuf (Results 1 – 13 of 13) 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 …]
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()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp6052 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
6166 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
6168 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
6169 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
6171 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
6174 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
6177 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
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()
Domx_vdec_v4l2.cpp8416 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
8687 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
8689 if (!output_respbuf) { in async_message_process()
8693 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
8694 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
8697 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
8700 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
8703 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
/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/videopp/src/
Domx_vdpp.cpp6401 struct vdpp_output_frameinfo *output_respbuf = NULL; in async_message_process() local
6504 output_respbuf = (struct vdpp_output_frameinfo *)\ in async_message_process()
6506 output_respbuf->len = vdpp_msg->msgdata.output_frame.len; in async_message_process()
6507 output_respbuf->offset = vdpp_msg->msgdata.output_frame.offset; 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()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp8871 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local
9048 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process()
9050 if (!output_respbuf) { in async_message_process()
9054 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process()
9055 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process()
9058 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process()
9061 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process()
9064 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()