HomeSort by relevance Sort by last modified time
    Searched full:outputparam (Results 1 - 9 of 9) 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);
  /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...]
  /device/samsung/crespo/include/
s3c_bc.h 50 int outputparam; member in struct:S3C_BC_ioctl_package_TAG
  /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...]
  /frameworks/base/services/audioflinger/
AudioPolicyManagerBase.cpp     [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

Completed in 5604 milliseconds