HomeSort by relevance Sort by last modified time
    Searched refs:OMX_PRIORITYMGMTTYPE (Results 1 - 25 of 50) sorted by null

1 2

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 273 typedef struct OMX_PRIORITYMGMTTYPE {
278 } OMX_PRIORITYMGMTTYPE;
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h 290 typedef struct OMX_PRIORITYMGMTTYPE {
295 } OMX_PRIORITYMGMTTYPE;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 273 typedef struct OMX_PRIORITYMGMTTYPE {
278 } OMX_PRIORITYMGMTTYPE;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 273 typedef struct OMX_PRIORITYMGMTTYPE {
278 } OMX_PRIORITYMGMTTYPE;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 273 typedef struct OMX_PRIORITYMGMTTYPE {
278 } OMX_PRIORITYMGMTTYPE;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Basecomponent.c 916 OMX_PRIORITYMGMTTYPE *compPriority = (OMX_PRIORITYMGMTTYPE *)ComponentParameterStructure;
918 ret = SEC_OMX_Check_SizeVersion(compPriority, sizeof(OMX_PRIORITYMGMTTYPE));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 457 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 378 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 656 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 457 OMX_PRIORITYMGMTTYPE m_sPriorityMgmt;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 371 * @see OMX_PRIORITYMGMTTYPE
485 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 383 * @see OMX_PRIORITYMGMTTYPE
531 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 503 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 838 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 376 OMX_PRIORITYMGMTTYPE *pPriorityMgmt;
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 289 OMX_INIT_STRUCT(&m_sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
723 OMX_PRIORITYMGMTTYPE *priorityMgmtype = (OMX_PRIORITYMGMTTYPE*) paramData;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 231 G711ENC_OMX_MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
232 OMX_G711ENC_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 264 G722D_OMX_MALLOC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
265 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
746 memcpy(ComponentParameterStructure, pComponentPrivate->pPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 296 OMX_G722MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
297 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 265 G726D_OMX_MALLOC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
266 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 237 OMX_NBMALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
238 OMX_NBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
726 memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 351 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
352 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 249 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
250 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 508 OMX_PRIORITYMGMTTYPE m_priority_mgm ;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 682 * @see OMX_PRIORITYMGMTTYPE
795 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
    [all...]

Completed in 749 milliseconds

1 2