Home
last modified time | relevance | path

Searched refs:sPriorityMgmt (Results 1 – 21 of 21) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c351 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
352 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
355 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; in OMX_ComponentInit()
356 pComponentPrivate->sPriorityMgmt->nGroupID = -1; in OMX_ComponentInit()
870 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
874 …memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)… in GetParameter()
1009 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
1014 …memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGM… in SetParameter()
1561 OMX_G729MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in ComponentDeInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c237 OMX_NBMALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
238 OMX_NBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
241 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; in OMX_ComponentInit()
242 pComponentPrivate->sPriorityMgmt->nGroupID = -1; in OMX_ComponentInit()
721 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
726 …memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)… in GetParameter()
844 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
849 …memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGM… in SetParameter()
DOMX_G726Enc_Utils.c497 OMX_NBMEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in G726ENC_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Encoder.c231 G711ENC_OMX_MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
232 OMX_G711ENC_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
235 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; in OMX_ComponentInit()
236 pComponentPrivate->sPriorityMgmt->nGroupID = -1; in OMX_ComponentInit()
779 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
783 …memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)… in GetParameter()
907 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
912 …memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGM… in SetParameter()
DOMX_G711Enc_Utils.c438 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in G711ENC_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c296 OMX_G722MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
297 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
299 pComponentPrivate->sPriorityMgmt->nGroupPriority = 0xDEADC0DE; in OMX_ComponentInit()
300 pComponentPrivate->sPriorityMgmt->nGroupID = 0xF00DBEEF; in OMX_ComponentInit()
898 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
903 pComponentPrivate->sPriorityMgmt, in GetParameter()
1036 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
1040 memcpy(pComponentPrivate->sPriorityMgmt, in SetParameter()
DOMX_G722Enc_Utils.c749 if (pComponentPrivate->sPriorityMgmt) { in G722Enc_FreeCompResources()
750 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->sPriorityMgmt); in G722Enc_FreeCompResources()
751 free (pComponentPrivate->sPriorityMgmt); in G722Enc_FreeCompResources()
752 pComponentPrivate->sPriorityMgmt = NULL; in G722Enc_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c249 OMX_G729MALLOC_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
250 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
253 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; in OMX_ComponentInit()
254 pComponentPrivate->sPriorityMgmt->nGroupID = -1; in OMX_ComponentInit()
847 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
853 pComponentPrivate->sPriorityMgmt, in GetParameter()
998 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
1003 memcpy(pComponentPrivate->sPriorityMgmt, in SetParameter()
DOMX_G729Enc_Utils.c477 OMX_G729MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in G729ENC_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEncoder.c258 OMX_MALLOC_GENERIC(pComponentPrivate->sPriorityMgmt, in OMX_ComponentInit()
260 OMX_WBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, in OMX_ComponentInit()
264 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; in OMX_ComponentInit()
265 pComponentPrivate->sPriorityMgmt->nGroupID = -1; in OMX_ComponentInit()
944 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
949 pComponentPrivate->sPriorityMgmt, in GetParameter()
1192 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
1196 memcpy(pComponentPrivate->sPriorityMgmt, in SetParameter()
DOMX_WbAmrEnc_Utils.c473 OMX_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in WBAMRENC_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEncoder.c276 OMX_MALLOC_GENERIC(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
277 OMX_NBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); in OMX_ComponentInit()
280 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; in OMX_ComponentInit()
281 pComponentPrivate->sPriorityMgmt->nGroupID = -1; in OMX_ComponentInit()
992 if (pComponentPrivate->sPriorityMgmt == NULL) { in GetParameter()
997 …memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)… in GetParameter()
1219 if (pComponentPrivate->sPriorityMgmt == NULL) { in SetParameter()
1224 …memcpy(pComponentPrivate->sPriorityMgmt, (OMX_PRIORITYMGMTTYPE*)pCompParam, sizeof(OMX_PRIORITYMGM… in SetParameter()
DOMX_AmrEnc_Utils.c463 OMX_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in NBAMRENC_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h378 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h457 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
DOMX_G726Enc_Utils.h503 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
DOMX_WbAmrEnc_Utils.h558 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h624 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h341 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h665 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h715 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member