HomeSort by relevance Sort by last modified time
    Searched defs:pAppPrivate (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/media/hardware/
HardwareAPI.h 85 OMX_PTR pAppPrivate;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 312 TI_OMX_DSP_DEFINITION *pAppPrivate = NULL;
337 pAppPrivate = malloc(sizeof(TI_OMX_DSP_DEFINITION));
487 pAppPrivate->dasfMode = atoi(argv[9]);
494 pAppPrivate->teeMode = 0;
613 OMX_SetConfig(pHandle, index, pAppPrivate);
672 error = OMX_SetConfig (pHandle, index, pAppPrivate);
679 if (pAppPrivate->dasfMode) {
769 if (pAppPrivate->dasfMode == 0) {
820 if(pAppPrivate->dasfMode == 0) { /* file-to-file mode */
860 if(pAppPrivate->dasfMode == 0) { /* file-to-file mode *
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 360 TI_OMX_DSP_DEFINITION *pAppPrivate = NULL;
622 pAppPrivate = malloc(sizeof(TI_OMX_DSP_DEFINITION));
623 if (NULL == pAppPrivate) {
627 pAppPrivate->dasfMode = gDasfMode;
628 pAppPrivate->packingType = packingType;
700 pAppPrivate->streamId = cmd_data.streamID;
703 OMX_SetConfig(*pHandle, index, pAppPrivate);
733 if (pAppPrivate->dasfMode == 0) {
758 if (pAppPrivate->dasfMode == 0) {
820 if(pAppPrivate->dasfMode == 1)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 409 OMX_PTR pAppPrivate; /**< pointer to any data the application
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Core.h 426 OMX_PTR pAppPrivate; /**< pointer to any data the application
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 409 OMX_PTR pAppPrivate; /**< pointer to any data the application
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 409 OMX_PTR pAppPrivate; /**< pointer to any data the application
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 409 OMX_PTR pAppPrivate; /**< pointer to any data the application
    [all...]

Completed in 152 milliseconds