/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); 354 /* Initialize sPriorityMgmt data structures to default values */ 355 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; 356 pComponentPrivate->sPriorityMgmt->nGroupID = -1; [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); 234 /* Initialize sPriorityMgmt data structures to default values */ 235 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; 236 pComponentPrivate->sPriorityMgmt->nGroupID = -1; [all...] |
OMX_G711Enc_Utils.c | 438 OMX_G711ENC_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); [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); 298 /* Initialize sPriorityMgmt data structures to default values */ 299 pComponentPrivate->sPriorityMgmt->nGroupPriority = 0xDEADC0DE; 300 pComponentPrivate->sPriorityMgmt->nGroupID = 0xF00DBEEF; [all...] |
OMX_G722Enc_Utils.c | 749 if (pComponentPrivate->sPriorityMgmt) { 750 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->sPriorityMgmt); 751 free (pComponentPrivate->sPriorityMgmt); 752 pComponentPrivate->sPriorityMgmt = NULL; [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); 240 /* Initialize sPriorityMgmt data structures to default values */ 241 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; 242 pComponentPrivate->sPriorityMgmt->nGroupID = -1; 721 if (pComponentPrivate->sPriorityMgmt == NULL) { 726 memcpy(ComponentParameterStructure, pComponentPrivate->sPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)); [all...] |
OMX_G726Enc_Utils.c | 497 OMX_NBMEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); [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); 252 /* Initialize sPriorityMgmt data structures to default values */ 253 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; 254 pComponentPrivate->sPriorityMgmt->nGroupID = -1; [all...] |
OMX_G729Enc_Utils.c | 477 OMX_G729MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); [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/nbamr_enc/src/ |
OMX_AmrEncoder.c | 276 OMX_MALLOC_GENERIC(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); 277 OMX_NBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, OMX_PRIORITYMGMTTYPE); 279 /* Initialize sPriorityMgmt data structures to default values */ 280 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; 281 pComponentPrivate->sPriorityMgmt->nGroupID = -1; [all...] |
OMX_AmrEnc_Utils.c | 463 OMX_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEncoder.c | 258 OMX_MALLOC_GENERIC(pComponentPrivate->sPriorityMgmt, 260 OMX_WBCONF_INIT_STRUCT(pComponentPrivate->sPriorityMgmt, 263 /* Initialize sPriorityMgmt data structures to default values */ 264 pComponentPrivate->sPriorityMgmt->nGroupPriority = -1; 265 pComponentPrivate->sPriorityMgmt->nGroupID = -1; [all...] |
OMX_WbAmrEnc_Utils.c | 473 OMX_MEMFREE_STRUCT(pComponentPrivate->sPriorityMgmt); [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/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 341 OMX_PRIORITYMGMTTYPE* sPriorityMgmt;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 624 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
OMX_G729Enc_Utils.h | 665 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
OMX_AmrEnc_Utils.h | 715 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
OMX_WbAmrEnc_Utils.h | 558 OMX_PRIORITYMGMTTYPE* sPriorityMgmt; [all...] |