OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputparam
(Results
1 - 8
of
8
) sorted by null
/external/kernel-headers/original/linux/
msm_vidc_dec.h
109
void *
inputparam
;
member in struct:vdec_ioctl_msg
113
/* CMD params:
InputParam
:enum vdec_codec
118
/*CMD params:
InputParam
: NULL
123
/* CMD params:
InputParam
: enum vdec_codec
128
/*CMD params: SET:
InputParam
: enum vdec_output_fromat OutputParam: NULL
129
GET:
InputParam
: NULL OutputParam: enum vdec_output_fromat*/
135
/*CMD params: SET:
InputParam
: enum vdec_codec OutputParam: NULL
136
GET:
InputParam
: NULL OutputParam: enum vdec_codec*/
142
/*CMD params: SET:
InputParam
: struct vdec_picsize outputparam: NULL
143
GET:
InputParam
: NULL outputparam: struct vdec_picsize*
[
all
...]
msm_vidc_enc.h
188
void *
inputparam
;
member in struct:venc_ioctl_msg
/hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp
144
ioctl_msg.
inputparam
= NULL;
214
ioctl_msg.
inputparam
= (void*)&m_sVenc_cfg;
223
ioctl_msg.
inputparam
= NULL;
230
ioctl_msg.
inputparam
= NULL;
277
ioctl_msg.
inputparam
= (void*)&m_sInput_buff_property;
294
ioctl_msg.
inputparam
= (void*)&m_sOutput_buff_property;
319
ioctl_msg.
inputparam
= NULL;
333
ioctl_msg.
inputparam
= NULL;
376
ioctl_msg.
inputparam
= (void*)&m_sVenc_cfg;
385
ioctl_msg.
inputparam
= NULL
[
all
...]
/hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c
261
ioctl_msg.
inputparam
= &basecfg;
273
ioctl_msg.
inputparam
= &ratecrl;
286
ioctl_msg.
inputparam
= &profile;
297
ioctl_msg.
inputparam
= &profilelevel;
310
ioctl_msg.
inputparam
= &profile;
321
ioctl_msg.
inputparam
= &profilelevel;
338
ioctl_msg.
inputparam
= NULL;
354
ioctl_msg.
inputparam
= &init_decode->input_buffer;
367
ioctl_msg.
inputparam
= NULL;
595
ioctl_msg.
inputparam
= ptemp [i]
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c
240
ioctl_msg.
inputparam
= &init_decode->decoder_format;
251
ioctl_msg.
inputparam
= &output_format;
261
ioctl_msg.
inputparam
= &init_decode->video_resoultion;
276
ioctl_msg.
inputparam
= NULL;
293
ioctl_msg.
inputparam
= &init_decode->input_buffer;
307
ioctl_msg.
inputparam
= NULL;
578
ioctl_msg.
inputparam
= &setbuffers;
636
ioctl_msg.
inputparam
= &fillbuffer;
672
ioctl_msg.
inputparam
= &frameinfo;
702
ioctl_msg.
inputparam
= &flush_dir
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
99
ioctl_msg.
inputparam
= NULL;
949
ioctl_msg.
inputparam
= &driver_context.decoder_format;
962
ioctl_msg.
inputparam
= &driver_context.output_format;
[
all
...]
/bionic/libc/kernel/common/linux/
msm_vidc_dec.h
86
void *
inputparam
;
member in struct:vdec_ioctl_msg
msm_vidc_enc.h
150
void *
inputparam
;
member in struct:venc_ioctl_msg
Completed in 928 milliseconds