/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 1009 vdec_msg.msgdata.input_frame_clientdata; in async_thread() 1017 vdec_msg.msgdata.output_frame.client_data; in async_thread() 1019 vdec_msg.msgdata.output_frame.client_data); in async_thread() 1020 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr; in async_thread() 1022 vdec_msg.msgdata.output_frame.framesize.bottom; in async_thread() 1024 vdec_msg.msgdata.output_frame.framesize.left; in async_thread() 1026 vdec_msg.msgdata.output_frame.framesize.right; in async_thread() 1028 vdec_msg.msgdata.output_frame.framesize.top; in async_thread() 1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread() 1030 outputframe->len = vdec_msg.msgdata.output_frame.len; in async_thread() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 946 vdec_msg.msgdata.input_frame_clientdata; in async_thread() 954 vdec_msg.msgdata.output_frame.client_data; in async_thread() 956 vdec_msg.msgdata.output_frame.client_data); in async_thread() 957 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr; in async_thread() 959 vdec_msg.msgdata.output_frame.framesize.bottom; in async_thread() 961 vdec_msg.msgdata.output_frame.framesize.left; in async_thread() 963 vdec_msg.msgdata.output_frame.framesize.right; in async_thread() 965 vdec_msg.msgdata.output_frame.framesize.top; in async_thread() 966 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread() 967 outputframe->len = vdec_msg.msgdata.output_frame.len; in async_thread() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 158 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 160 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread() 161 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread() 163 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 164 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread() 165 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread() 166 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread() 167 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread() 184 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 174 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 176 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread() 177 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread() 179 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 180 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread() 181 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread() 182 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread() 183 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread() 184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; in async_message_thread() [all …]
|
D | omx_vdec_hevc.cpp | 171 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 172 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 173 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread() 174 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread() 176 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread() 178 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread() 179 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread() 180 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread() 197 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread() [all …]
|
D | omx_vdec.cpp | 6570 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process() 6572 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) { in async_message_process() 6619 vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6636 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6640 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6646 omxhdr = (OMX_BUFFERHEADERTYPE*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 6648 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6649 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6654 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR) in async_message_process() 6655 vdec_msg->msgdata.output_frame.flags |= OMX_BUFFERFLAG_SYNCFRAME; in async_message_process() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 6786 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process() 6788 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) in async_message_process() 6836 vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6853 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6857 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6862 omxhdr = (OMX_BUFFERHEADERTYPE*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() 6864 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6865 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6871 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR) in async_message_process() 6872 vdec_msg->msgdata.output_frame.flags |= OMX_BUFFERFLAG_SYNCFRAME; in async_message_process() [all …]
|
D | omx_vdec_copper.cpp | 162 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 163 vdec_msg.msgdata.output_frame.len=plane.bytesused; in async_message_thread() 164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr; in async_message_thread() 178 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread() 6340 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process() 6342 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) in async_message_process() 6392 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.input_frame_clientdata; in async_message_process() 6408 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6412 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6418 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data; in async_message_process() [all …]
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 156 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 165 …vdpp_msg.msgdata.output_frame.len= v4l2_buf.m.planes[0].bytesused + v4l2_buf.m.planes[extra_idx].b… in async_message_thread() 169 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused; in async_message_thread() 172 vdpp_msg.msgdata.output_frame.bufferaddr=(void*)v4l2_buf.m.planes[0].m.userptr; in async_message_thread() 176 vdpp_msg.msgdata.output_frame.time_stamp = *(uint64_t *)(&v4l2_buf.timestamp); in async_message_thread() 196 vdpp_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread() 200 …vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused + v4l2_buf.m.planes[extra_idx].by… in async_message_thread() 204 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused; in async_message_thread() 266 memcpy(&vdpp_msg.msgdata.ar_result, dqevent.u.data, sizeof(v4l2_rect)); in async_message_thread() 327 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() [all …]
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 568 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_vidc_dec.h | 537 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_vidc_dec.h | 531 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 581 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_vidc_dec.h | 547 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_vidc_dec.h | 537 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_vidc_dec.h | 545 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 577 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 571 union vdec_msgdata msgdata; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 571 union vdec_msgdata msgdata; member
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 332 union vdpp_msgdata msgdata; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 410 union vdec_msgdata msgdata; member
|