HomeSort by relevance Sort by last modified time
    Searched refs:clientdata (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
message_queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/mm-video/vidc/venc/inc/
queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 652 enc_buffer.clientdata = (void *)encoder_context->ptr_outputbuffer [i];
660 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
680 enc_buffer.clientdata = (void *)encoder_context->ptr_inputbuffer [i];
701 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
844 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
864 enc_buffer.clientdata = (void *)tempbuffer;
889 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
907 enc_buffer.clientdata = (void *)tempbuffer;
990 queueitem.clientdata = NULL;
997 queueitem.clientdata = (void *)venc_msg.buf.clientdata
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 77 void *clientdata; member in struct:swig_type_info
139 if (ti->clientdata) tc->clientdata = ti->clientdata;
264 Set the clientdata field for a type
267 SWIG_TypeClientDataTL(swig_type_info *tl, swig_type_info *ti, void *clientdata) {
269 if (ti->clientdata) return;
270 /* if (ti->clientdata == clientdata) return; */
271 ti->clientdata = clientdata
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 826 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata;
869 queueitem->clientdata;
870 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata);
991 queueitem.clientdata = NULL;
999 queueitem.clientdata = (void *)\
1023 queueitem.clientdata = (void *)outputframe;
1024 DEBUG_PRINT ("\n Client Data value Copy %p",queueitem.clientdata);
1031 queueitem.clientdata = NULL;
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 277 void *clientdata; member in struct:venc_buffer
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 482 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp     [all...]
video_encoder_device.cpp     [all...]

Completed in 873 milliseconds