/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Decoder.c | 351 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/ |
D | OMX_G726Encoder.c | 237 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()
|
D | OMX_G726Enc_Utils.c | 497 OMX_NBMEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in G726ENC_FreeCompResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 231 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()
|
D | OMX_G711Enc_Utils.c | 438 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in G711ENC_FreeCompResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Encoder.c | 296 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()
|
D | OMX_G722Enc_Utils.c | 749 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/ |
D | OMX_G729Encoder.c | 249 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()
|
D | OMX_G729Enc_Utils.c | 477 OMX_G729MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in G729ENC_FreeCompResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEncoder.c | 258 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()
|
D | OMX_WbAmrEnc_Utils.c | 473 OMX_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in WBAMRENC_FreeCompResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 276 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()
|
D | OMX_AmrEnc_Utils.c | 463 OMX_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); in NBAMRENC_FreeCompResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Decoder.h | 378 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
D | OMX_G722Enc_Utils.h | 457 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 503 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 558 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 624 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 341 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 665 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 715 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; member
|