Home
last modified time | relevance | path

Searched refs:msgdata (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c1009 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/
Ddecoder_driver_test.c946 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/msm8974/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()
189 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread()
[all …]
Domx_vdec_msm8974.cpp174 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 …]
Domx_vdec_hevc.cpp171 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 …]
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()
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/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp158 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/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp186 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
187 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
188 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
189 …vdec_msg.msgdata.output_frame.time_stamp= ((int64_t)v4l2_buf.timestamp.tv_sec * (int64_t)1000000) + in async_message_thread()
207 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread()
222 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[MSM_VIDC_HEIGHT]; in async_message_thread()
223 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[MSM_VIDC_WIDTH]; in async_message_thread()
224 vdec_msg.msgdata.output_frame.flags = true; // INSUFFICIENT event in async_message_thread()
307 vdec_msg.msgdata.output_frame.client_data = (void*)&v4l2_buf; in async_message_thread()
308 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp207 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
208 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
209 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
210 …vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
228 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread()
243 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread()
244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread()
336 vdec_msg.msgdata.output_frame.client_data = (void*)&v4l2_buf; in async_message_thread()
337 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread()
338 vdec_msg.msgdata.output_frame.bufferaddr = (void*)(intptr_t)ptr[2]; in async_message_thread()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp6786 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 …]
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_vidc_dec.h531 union vdec_msgdata msgdata; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_vidc_dec.h537 union vdec_msgdata msgdata; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_vidc_dec.h568 union vdec_msgdata msgdata; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_vidc_dec.h571 union vdec_msgdata msgdata; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_vidc_dec.h571 union vdec_msgdata msgdata; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_dec.h577 union vdec_msgdata msgdata; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_vidc_dec.h545 union vdec_msgdata msgdata; member
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h332 union vdpp_msgdata msgdata; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h344 union vdec_msgdata msgdata; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h423 union vdec_msgdata msgdata; member