OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgdata
(Results
1 - 13
of
13
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c
1009
vdec_msg.
msgdata
.input_frame_clientdata;
1017
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
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c
946
vdec_msg.
msgdata
.input_frame_clientdata;
954
vdec_msg.
msgdata
.output_frame.client_data;
956
vdec_msg.
msgdata
.output_frame.client_data);
957
outputframe->bufferaddr = vdec_msg.
msgdata
.output_frame.bufferaddr;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
162
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;
178
vdec_msg.
msgdata
.input_frame_clientdata=(void*)&v4l2_buf;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp
163
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];
189
vdec_msg.
msgdata
.input_frame_clientdata=(void*)&v4l2_buf
[
all
...]
omx_vdec_hevc.cpp
164
vdec_msg.
msgdata
.output_frame.client_data=(void*)&v4l2_buf;
165
vdec_msg.
msgdata
.output_frame.len=plane[0].bytesused;
166
vdec_msg.
msgdata
.output_frame.bufferaddr=(void*)plane[0].m.userptr;
167
vdec_msg.
msgdata
.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
169
if (vdec_msg.
msgdata
.output_frame.len) {
170
vdec_msg.
msgdata
.output_frame.framesize.left = plane[0].reserved[2];
171
vdec_msg.
msgdata
.output_frame.framesize.top = plane[0].reserved[3];
172
vdec_msg.
msgdata
.output_frame.framesize.right = plane[0].reserved[4];
173
vdec_msg.
msgdata
.output_frame.framesize.bottom = plane[0].reserved[5];
190
vdec_msg.
msgdata
.input_frame_clientdata=(void*)&v4l2_buf
[
all
...]
omx_vdec.cpp
[
all
...]
/hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h
531
union vdec_msgdata
msgdata
;
member in struct:vdec_msginfo
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h
568
union vdec_msgdata
msgdata
;
member in struct:vdec_msginfo
/hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_dec.h
531
union vdec_msgdata
msgdata
;
member in struct:vdec_msginfo
/hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_dec.h
566
union vdec_msgdata
msgdata
;
member in struct:vdec_msginfo
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py
198
msgdata
= fp.read()
200
msg = parser.parsestr(
msgdata
)
204
self.assertEqual(out.getvalue(),
msgdata
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py
198
msgdata
= fp.read()
200
msg = parser.parsestr(
msgdata
)
204
self.assertEqual(out.getvalue(),
msgdata
)
[
all
...]
Completed in 123 milliseconds