Searched refs:output_frame (Results 1 - 21 of 21) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c1017 vdec_msg.msgdata.output_frame.client_data;
1019 vdec_msg.msgdata.output_frame.client_data);
1020 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr;
1022 vdec_msg.msgdata.output_frame.framesize.bottom;
1024 vdec_msg.msgdata.output_frame.framesize.left;
1026 vdec_msg.msgdata.output_frame.framesize.right;
1028 vdec_msg.msgdata.output_frame.framesize.top;
1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize;
1030 outputframe->len = vdec_msg.msgdata.output_frame.len;
1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c954 vdec_msg.msgdata.output_frame.client_data;
956 vdec_msg.msgdata.output_frame.client_data);
957 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr;
959 vdec_msg.msgdata.output_frame.framesize.bottom;
961 vdec_msg.msgdata.output_frame.framesize.left;
963 vdec_msg.msgdata.output_frame.framesize.right;
965 vdec_msg.msgdata.output_frame.framesize.top;
966 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize;
967 outputframe->len = vdec_msg.msgdata.output_frame.len;
968 outputframe->time_stamp = vdec_msg.msgdata.output_frame
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp163 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
166 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
168 if (vdec_msg.msgdata.output_frame.len) {
169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
254 vdec_msg.msgdata.output_frame
[all...]
H A Domx_vdec_msm8974.cpp174 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
176 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
177 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
179 if (vdec_msg.msgdata.output_frame.len) {
180 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
181 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
182 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
183 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
184 vdec_msg.msgdata.output_frame
[all...]
H A Domx_vdec.cpp6570 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6572 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) {
6636 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6640 vdec_msg->msgdata.output_frame.time_stamp);
6646 omxhdr = (OMX_BUFFERHEADERTYPE*)vdec_msg->msgdata.output_frame.client_data;
6648 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6649 vdec_msg->msgdata.output_frame.pic_type);
6654 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR)
6655 vdec_msg->msgdata.output_frame.flags |= OMX_BUFFERFLAG_SYNCFRAME;
6657 vdec_msg->msgdata.output_frame
[all...]
H A Domx_vdec_hevc.cpp171 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
172 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
173 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
174 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
176 if (vdec_msg.msgdata.output_frame.len) {
177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
178 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
179 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
180 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
6154 *timestamp = vdec_msg->msgdata.output_frame
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp158 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
160 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
161 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
163 if (vdec_msg.msgdata.output_frame.len) {
164 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
165 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
166 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
167 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
252 vdec_msg.msgdata.output_frame
[all...]
H A Domx_vdec_v4l2.cpp191 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
192 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
193 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
194 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
196 if (vdec_msg.msgdata.output_frame.len) {
197 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
198 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
199 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
200 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
201 vdec_msg.msgdata.output_frame
[all...]
H A Domx_vdec_hevc.cpp167 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
168 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
169 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
170 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
172 if (vdec_msg.msgdata.output_frame.len) {
173 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
174 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
175 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
176 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
6118 *timestamp = vdec_msg->msgdata.output_frame
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6786 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6788 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6853 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6857 vdec_msg->msgdata.output_frame.time_stamp);
6862 omxhdr = (OMX_BUFFERHEADERTYPE*)vdec_msg->msgdata.output_frame.client_data;
6864 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6865 vdec_msg->msgdata.output_frame.pic_type);
6871 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR)
6872 vdec_msg->msgdata.output_frame.flags |= OMX_BUFFERFLAG_SYNCFRAME;
6874 vdec_msg->msgdata.output_frame
[all...]
H A Domx_vdec_copper.cpp162 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
163 vdec_msg.msgdata.output_frame.len=plane.bytesused;
164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr;
6340 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6342 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6408 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6412 vdec_msg->msgdata.output_frame.time_stamp);
6418 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data;
6421 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6422 vdec_msg->msgdata.output_frame
[all...]
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp156 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
165 vdpp_msg.msgdata.output_frame.len= v4l2_buf.m.planes[0].bytesused + v4l2_buf.m.planes[extra_idx].bytesused;
169 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused;
172 vdpp_msg.msgdata.output_frame.bufferaddr=(void*)v4l2_buf.m.planes[0].m.userptr;
176 vdpp_msg.msgdata.output_frame.time_stamp = *(uint64_t *)(&v4l2_buf.timestamp);
200 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused + v4l2_buf.m.planes[extra_idx].bytesused; // user doesn't need this for ebd, just set in case is used
204 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused;
327 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
328 vdpp_msg.msgdata.output_frame.len=v4l2_buf.bytesused;
329 vdpp_msg.msgdata.output_frame
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h524 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h561 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_dec.h530 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h564 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_dec.h537 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h570 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_dec.h530 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h564 struct vdec_output_frameinfo output_frame; member in union:vdec_msgdata
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h325 struct vdpp_output_frameinfo output_frame; member in union:vdpp_msgdata

Completed in 190 milliseconds