HomeSort by relevance Sort by last modified time
    Searched full:outputparam (Results 1 - 10 of 10) sorted by null

  /external/chromium/base/
gmock_unittest.cc 36 virtual void OutputParam(int* a) {
49 MOCK_METHOD1(OutputParam, void(int* a));
87 EXPECT_CALL(mock, OutputParam(_))
91 mock.OutputParam(&arg);
99 EXPECT_CALL(mock, OutputParam(_))
103 mock.OutputParam(&arg);
  /external/kernel-headers/original/linux/
msm_vidc_dec.h 110 void *outputparam; member in struct:vdec_ioctl_msg
114 OutputParam: struct vdec_profile_level*/
119 OutputParam: uint32_t(bitmask)*/
124 OutputParam: struct vdec_profile_level*/
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 189 void *outputparam; member in struct:venc_ioctl_msg
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 145 ioctl_msg.outputparam = (void*)&venc_msg;
215 ioctl_msg.outputparam = NULL;
224 ioctl_msg.outputparam = (void*)&m_sInput_buff_property;
231 ioctl_msg.outputparam = (void*)&m_sOutput_buff_property;
278 ioctl_msg.outputparam = NULL;
295 ioctl_msg.outputparam = NULL;
320 ioctl_msg.outputparam = (void*)&m_sInput_buff_property;
334 ioctl_msg.outputparam = (void*)&m_sOutput_buff_property;
377 ioctl_msg.outputparam = NULL;
386 ioctl_msg.outputparam = (void*)&m_sInput_buff_property
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 262 ioctl_msg.outputparam = NULL;
274 ioctl_msg.outputparam = NULL;
287 ioctl_msg.outputparam = NULL;
298 ioctl_msg.outputparam = NULL;
311 ioctl_msg.outputparam = NULL;
322 ioctl_msg.outputparam = NULL;
339 ioctl_msg.outputparam = &init_decode->input_buffer;
355 ioctl_msg.outputparam = NULL;
368 ioctl_msg.outputparam = &init_decode->output_buffer;
596 ioctl_msg.outputparam = NULL
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 241 ioctl_msg.outputparam = NULL;
252 ioctl_msg.outputparam = NULL;
262 ioctl_msg.outputparam = NULL;
277 ioctl_msg.outputparam = &init_decode->input_buffer;
294 ioctl_msg.outputparam = NULL;
308 ioctl_msg.outputparam = &init_decode->output_buffer;
579 ioctl_msg.outputparam = NULL;
637 ioctl_msg.outputparam = NULL;
673 ioctl_msg.outputparam = NULL;
703 ioctl_msg.outputparam = NULL
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 100 ioctl_msg.outputparam = (void*)&vdec_msg;
854 ioctl_msg.outputparam = &instance_count;
950 ioctl_msg.outputparam = NULL;
963 ioctl_msg.outputparam = NULL;
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 87 void *outputparam; member in struct:vdec_ioctl_msg
msm_vidc_enc.h 151 void *outputparam; member in struct:venc_ioctl_msg
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 1790 milliseconds