Searched refs:OMX_PRIORITYMGMTTYPE (Results 1 - 25 of 91) sorted by relevance

1234

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Core.h273 typedef struct OMX_PRIORITYMGMTTYPE { struct
278 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Core.h273 typedef struct OMX_PRIORITYMGMTTYPE { struct
278 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Core.h273 typedef struct OMX_PRIORITYMGMTTYPE { struct
278 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Core.h273 typedef struct OMX_PRIORITYMGMTTYPE { struct
278 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h273 typedef struct OMX_PRIORITYMGMTTYPE { struct
278 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Core.h290 typedef struct OMX_PRIORITYMGMTTYPE { struct
295 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h273 typedef struct OMX_PRIORITYMGMTTYPE { struct
278 } OMX_PRIORITYMGMTTYPE; typedef in typeref:struct:OMX_PRIORITYMGMTTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h457 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h378 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h656 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h295 OMX_PRIORITYMGMTTYPE m_prio_mgmt; ///< priority management
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h285 OMX_PRIORITYMGMTTYPE m_prio_mgmt; ///< priority management
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h371 * @see OMX_PRIORITYMGMTTYPE
485 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h383 * @see OMX_PRIORITYMGMTTYPE
531 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h503 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h838 OMX_PRIORITYMGMTTYPE* pPriorityMgmt;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h376 OMX_PRIORITYMGMTTYPE *pPriorityMgmt;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c231 G711ENC_OMX_MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
232 OMX_G711ENC_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
783 memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
912 memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c264 G722D_OMX_MALLOC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
265 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
746 memcpy(ComponentParameterStructure, pComponentPrivate->pPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
914 memcpy(pComponentPrivate->pPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam,
915 sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c296 OMX_G722MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
297 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
904 sizeof(OMX_PRIORITYMGMTTYPE));
1041 (OMX_PRIORITYMGMTTYPE*)ComponentParameterStructure,
1042 sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c265 G726D_OMX_MALLOC(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
266 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPriorityMgmt, OMX_PRIORITYMGMTTYPE);
767 memcpy(ComponentParameterStructure, pComponentPrivate->pPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
936 memcpy(pComponentPrivate->pPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam,
937 sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c237 OMX_NBMALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
238 OMX_NBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
726 memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
849 memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c351 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
352 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
874 memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE));
1014 memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c249 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
250 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
854 sizeof(OMX_PRIORITYMGMTTYPE));
1004 (OMX_PRIORITYMGMTTYPE*)pCompParam,
1005 sizeof(OMX_PRIORITYMGMTTYPE));
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp329 OMX_INIT_STRUCT(&m_sPriorityMgmt, OMX_PRIORITYMGMTTYPE);
879 OMX_PRIORITYMGMTTYPE *priorityMgmtype = (OMX_PRIORITYMGMTTYPE*) paramData;

Completed in 75 milliseconds

1234