/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 6551 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() 6692 output_respbuf->aspect_ratio_info = in async_message_process() 7984 struct vdec_output_frameinfo *output_respbuf; in handle_extradata_secure() local 7999 output_respbuf = (struct vdec_output_frameinfo *)\ in handle_extradata_secure() 8001 output_respbuf->metadata_info.metabufaddr = (OMX_U8 *)p_extra; in handle_extradata_secure() [all …]
|
H A D | omx_vdec_hevc.cpp | 6088 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()
|
H A D | omx_vdec_hevc_swvdec.cpp | 7257 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()
|
H A D | omx_vdec_msm8974.cpp | 7527 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()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 6766 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() 6930 output_respbuf->flags = vdec_msg->msgdata.output_frame.flags; in async_message_process() 6931 output_respbuf->pic_type = vdec_msg->msgdata.output_frame.pic_type; in async_message_process() [all …]
|
H A D | omx_vdec_copper.cpp | 6320 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()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc.cpp | 6052 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()
|
H A D | omx_vdec_hevc_swvdec.cpp | 7472 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()
|
H A D | omx_vdec_v4l2.cpp | 8416 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()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 6317 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()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 8260 struct vdec_output_frameinfo *output_respbuf = NULL; in async_message_process() local 8423 output_respbuf = (struct vdec_output_frameinfo *)\ in async_message_process() 8425 if (!output_respbuf) { in async_message_process() 8429 output_respbuf->len = vdec_msg->msgdata.output_frame.len; in async_message_process() 8430 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset; in async_message_process() 8433 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process() 8436 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process() 8439 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process()
|
/aosp12/hardware/qcom/media/msm8996/videopp/src/ |
H A D | omx_vdpp.cpp | 6401 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()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 9106 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()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 8871 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()
|