Home
last modified time | relevance | path

Searched refs:output_frame (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c1017 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()
1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c954 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()
968 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp163 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
166 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
168 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
254 vdec_msg.msgdata.output_frame.client_data = (void*)&v4l2_buf; in async_message_thread()
[all …]
Domx_vdec_msm8974.cpp169 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
170 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
171 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
172 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
174 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
175 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
176 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
177 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
178 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
261 vdec_msg.msgdata.output_frame.client_data = (void*)&v4l2_buf; in async_message_thread()
[all …]
Domx_vdec_hevc.cpp173 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
174 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
175 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
176 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
178 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
179 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
180 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
181 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4]; in async_message_thread()
182 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5]; in async_message_thread()
6150 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process()
[all …]
Domx_vdec.cpp6570 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()
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()
6657 vdec_msg->msgdata.output_frame.flags &= ~OMX_BUFFERFLAG_SYNCFRAME; in async_message_process()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp6767 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process()
6769 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) in async_message_process()
6834 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process()
6838 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process()
6843 omxhdr = (OMX_BUFFERHEADERTYPE*)vdec_msg->msgdata.output_frame.client_data; in async_message_process()
6845 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process()
6846 vdec_msg->msgdata.output_frame.pic_type); in async_message_process()
6852 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR) in async_message_process()
6853 vdec_msg->msgdata.output_frame.flags |= OMX_BUFFERFLAG_SYNCFRAME; in async_message_process()
6855 vdec_msg->msgdata.output_frame.flags &= ~OMX_BUFFERFLAG_SYNCFRAME; in async_message_process()
[all …]
Domx_vdec_copper.cpp162 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()
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()
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()
6421 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process()
6422 vdec_msg->msgdata.output_frame.pic_type); in async_message_process()
[all …]
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_dec.h561 struct vdec_output_frameinfo output_frame; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dmsm_vidc_dec.h525 struct vdec_output_frameinfo output_frame; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_vidc_dec.h527 struct vdec_output_frameinfo output_frame; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h562 struct vdec_output_frameinfo output_frame; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_dec.h524 struct vdec_output_frameinfo output_frame; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_vidc_dec.h560 struct vdec_output_frameinfo output_frame; member