/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.h | 21 static void insertsortmv(int arr[], int len) in insertsortmv() argument 29 if ( arr[j] > arr[i] ) in insertsortmv() 33 temp = arr[i]; in insertsortmv() 36 arr[k] = arr[k - 1] ; in insertsortmv() 38 arr[j] = temp ; in insertsortmv() 44 static void insertsortsad(int arr[],int idx[], int len) in insertsortsad() argument 52 if ( arr[j] > arr[i] ) in insertsortsad() 56 temp = arr[i]; in insertsortsad() 61 arr[k] = arr[k - 1] ; in insertsortsad() 65 arr[j] = temp ; in insertsortsad()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDec_Utils.c | 563 OMX_U16 arr[], in Fill_LCMLInitParamsJpegDec() argument 684 arr[0] = JPGDEC_SNTEST_STRMCNT; in Fill_LCMLInitParamsJpegDec() 685 arr[1] = JPGDEC_SNTEST_INSTRMID; in Fill_LCMLInitParamsJpegDec() 686 arr[2] = 0; in Fill_LCMLInitParamsJpegDec() 687 arr[3] = JPGDEC_SNTEST_INBUFCNT; in Fill_LCMLInitParamsJpegDec() 688 arr[4] = JPGDEC_SNTEST_OUTSTRMID; in Fill_LCMLInitParamsJpegDec() 689 arr[5] = 0; in Fill_LCMLInitParamsJpegDec() 690 arr[6] = JPGDEC_SNTEST_OUTBUFCNT; in Fill_LCMLInitParamsJpegDec() 694 arr[7] = nFrameHeight; in Fill_LCMLInitParamsJpegDec() 695 if ((arr[7]%2) != 0) arr[7]++; in Fill_LCMLInitParamsJpegDec() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 251 OMX_U16 *arr = NULL; in G722ENC_Fill_LCMLInitParams() local 336 arr = malloc (10 * sizeof(OMX_U16)); in G722ENC_Fill_LCMLInitParams() 337 G722ENC_MEMPRINT("%d:::[ALLOC] %p\n",__LINE__,arr); in G722ENC_Fill_LCMLInitParams() 339 if (arr == NULL) { in G722ENC_Fill_LCMLInitParams() 349 memset (arr, 0, 10 * sizeof (OMX_U16)); in G722ENC_Fill_LCMLInitParams() 350 pComponentPrivate->pCreatePhaseArgs = arr; in G722ENC_Fill_LCMLInitParams() 353 arr[0] = G722ENC_NUM_STREAMS; in G722ENC_Fill_LCMLInitParams() 354 arr[1] = G722ENC_INPUT_PORT; /*Stream ID*/ in G722ENC_Fill_LCMLInitParams() 355 …arr[2] = G722ENCSTREAMINPUT; /*DMM based input stream DMM - … in G722ENC_Fill_LCMLInitParams() 356 …arr[3] = G722ENC_NUM_INPUT_DASF_BUFFERS; /*Number of buffers on input s… in G722ENC_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEnc_Utils.c | 109 …ERRORTYPE AACENCFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) in AACENCFill_LCMLInitParams() argument 240 arr[0] = 2; /*Number of Streams*/ in AACENCFill_LCMLInitParams() 241 arr[1] = 0; /*ID of the Input Stream*/ in AACENCFill_LCMLInitParams() 242 arr[2] = 1; /*Type of Input Stream*/ in AACENCFill_LCMLInitParams() 243 …arr[3] = NUM_AACENC_INPUT_BUFFERS_DASF; /*Number of buffers for Input St… in AACENCFill_LCMLInitParams() 244 … arr[4] = 1; /*ID of the Output Stream*/ in AACENCFill_LCMLInitParams() 245 arr[5] = 0; /*Type of Output Stream*/ in AACENCFill_LCMLInitParams() 246 …arr[6] = 2; /*Number of buffers for Output S… in AACENCFill_LCMLInitParams() 247 arr[7] = 1; /*PNS Enable*/ in AACENCFill_LCMLInitParams() 248 arr[8] = 1; /*TNS Enable*/ in AACENCFill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_Utils.c | 112 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G726DEC_Fill_LCMLInitParams() argument 225 arr[0] = 2; in G726DEC_Fill_LCMLInitParams() 226 arr[1] = 0; in G726DEC_Fill_LCMLInitParams() 227 arr[2] = 0; in G726DEC_Fill_LCMLInitParams() 229 arr[3] = G726D_NUM_INPUT_BUFFERS; in G726DEC_Fill_LCMLInitParams() 231 arr[3] = (OMX_U16) nIpBuf; in G726DEC_Fill_LCMLInitParams() 233 arr[4] = 1; in G726DEC_Fill_LCMLInitParams() 234 arr[5] = 0; in G726DEC_Fill_LCMLInitParams() 236 arr[6] = G726D_NUM_OUTPUT_BUFFERS; in G726DEC_Fill_LCMLInitParams() 238 arr[6] = (OMX_U16) nOpBuf; in G726DEC_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Dec_Utils.c | 219 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G722DEC_Fill_LCMLInitParams() argument 327 arr[0] = 2; in G722DEC_Fill_LCMLInitParams() 328 arr[1] = 0; in G722DEC_Fill_LCMLInitParams() 329 arr[2] = 0; in G722DEC_Fill_LCMLInitParams() 332 arr[3] = G722D_NUM_INPUT_BUFFERS; in G722DEC_Fill_LCMLInitParams() 334 arr[3] = (OMX_U16) nIpBuf; in G722DEC_Fill_LCMLInitParams() 337 arr[4] = 1; in G722DEC_Fill_LCMLInitParams() 338 arr[5] = 0; in G722DEC_Fill_LCMLInitParams() 340 arr[6] = G722D_NUM_OUTPUT_BUFFERS; in G722DEC_Fill_LCMLInitParams() 342 arr[6] = (OMX_U16) nOpBuf; in G722DEC_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 88 extern void *arr[500] = {NULL}; 112 arr[e]=p; in DebugMalloc() 128 if(arr[q]==dp){ in DebugFree() 163 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G726ENC_FillLCMLInitParams() argument 261 …arr[0] = G726ENC_STREAM_COUNT; /* Number of communicatio… in G726ENC_FillLCMLInitParams() 262 …arr[1] = G726ENC_INPUT_PORT; /* Input Path id … in G726ENC_FillLCMLInitParams() 265 …arr[2] = G726ENC_INSTRM; /* Streaming on input … in G726ENC_FillLCMLInitParams() 266 …arr[3] = G726ENC_NUM_INPUT_BUFFERS_DASF; /* Audio Devices are connecte… in G726ENC_FillLCMLInitParams() 269 …arr[2] = G726ENC_DMM; /* DMM buffers will be used … in G726ENC_FillLCMLInitParams() 270 …arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers;/* #Bufs exchanged between SN a… in G726ENC_FillLCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 103 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G711ENC_FillLCMLInitParams() argument 190 arr[0] = G711ENC_STREAM_COUNT; in G711ENC_FillLCMLInitParams() 191 arr[1] = G711ENC_INPUT_PORT; in G711ENC_FillLCMLInitParams() 194 arr[2] = G711ENC_INSTRM; in G711ENC_FillLCMLInitParams() 195 arr[3] = G711ENC_NUM_INPUT_BUFFERS_DASF; in G711ENC_FillLCMLInitParams() 198 arr[2] = G711ENC_DMM; in G711ENC_FillLCMLInitParams() 200 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers; in G711ENC_FillLCMLInitParams() 203 arr[3] = 1; in G711ENC_FillLCMLInitParams() 207 arr[4] = G711ENC_OUTPUT_PORT; in G711ENC_FillLCMLInitParams() 208 arr[5] = G711ENC_DMM; in G711ENC_FillLCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_Utils.c | 121 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G711DECFill_LCMLInitParams() argument 211 arr[0] = STREAM_COUNT; in G711DECFill_LCMLInitParams() 212 arr[1] = G711DEC_INPUT_PORT; in G711DECFill_LCMLInitParams() 213 arr[2] = G711DEC_DMM; in G711DECFill_LCMLInitParams() 216 arr[3] = (OMX_U16) (pComponentPrivate->pInputBufferList->numBuffers ); in G711DECFill_LCMLInitParams() 219 arr[3] = 1; in G711DECFill_LCMLInitParams() 222 arr[4] = G711DEC_OUTPUT_PORT; in G711DECFill_LCMLInitParams() 226 arr[5] = G711DEC_OUTSTRM; in G711DECFill_LCMLInitParams() 227 arr[6] = NUM_G711DEC_OUTPUT_BUFFERS_DASF; in G711DECFill_LCMLInitParams() 233 arr[5] = G711DEC_DMM; in G711DECFill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_Utils.c | 117 OMX_ERRORTYPE MP3DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent,LCML_DSP *plcml_Init,OMX_U16 arr… in MP3DEC_Fill_LCMLInitParams() argument 223 arr[0] = 2; /* Number of Streams */ in MP3DEC_Fill_LCMLInitParams() 224 arr[1] = 0; /* ID of the Input Stream */ in MP3DEC_Fill_LCMLInitParams() 225 arr[2] = 0; /* Type of Input Stream DMM (0) / STRM (1) */ in MP3DEC_Fill_LCMLInitParams() 227 arr[3] = 4; /* Number of buffers for Input Stream */ in MP3DEC_Fill_LCMLInitParams() 229 arr[3] = 1; /* WinCE Number of buffers for Input Stream */ in MP3DEC_Fill_LCMLInitParams() 231 arr[4] = 1; /* ID of the Output Stream */ in MP3DEC_Fill_LCMLInitParams() 232 arr[5] = 0; /* Type of Output Stream */ in MP3DEC_Fill_LCMLInitParams() 234 arr[6] = 4; /* Number of buffers for Output Stream */ in MP3DEC_Fill_LCMLInitParams() 236 arr[6] = 1; /* WinCE Number of buffers for Output Stream */ in MP3DEC_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_Utils.c | 120 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G729ENC_FillLCMLInitParams() argument 206 arr[0] = G729ENC_STREAM_COUNT; in G729ENC_FillLCMLInitParams() 207 arr[1] = G729ENC_INPUT_PORT; in G729ENC_FillLCMLInitParams() 211 arr[2] = G729ENC_INSTRM; in G729ENC_FillLCMLInitParams() 212 arr[3] = G729ENC_NUM_INPUT_BUFFERS_DASF; in G729ENC_FillLCMLInitParams() 216 arr[2] = G729ENC_DMM; in G729ENC_FillLCMLInitParams() 219 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers; in G729ENC_FillLCMLInitParams() 223 arr[3] = 1; in G729ENC_FillLCMLInitParams() 226 arr[4] = G729ENC_OUTPUT_PORT; in G729ENC_FillLCMLInitParams() 227 arr[5] = G729ENC_DMM; in G729ENC_FillLCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_Utils.c | 123 LCML_DSP *plcml_Init, OMX_U16 arr[]) in G729DECFill_LCMLInitParams() argument 236 arr[0] = STREAM_COUNT; in G729DECFill_LCMLInitParams() 237 arr[1] = G729DEC_INPUT_PORT; in G729DECFill_LCMLInitParams() 238 arr[2] = G729DEC_DMM; in G729DECFill_LCMLInitParams() 240 arr[3] = (OMX_U16)pComponentPrivate->pInputBufferList->numBuffers; in G729DECFill_LCMLInitParams() 244 arr[3] = 1; in G729DECFill_LCMLInitParams() 247 arr[4] = G729DEC_OUTPUT_PORT; in G729DECFill_LCMLInitParams() 251 arr[5] = G729DEC_OUTSTRM; in G729DECFill_LCMLInitParams() 252 arr[6] = NUM_G729DEC_OUTPUT_BUFFERS_DASF; in G729DECFill_LCMLInitParams() 257 arr[5] = G729DEC_DMM; in G729DECFill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_Utils.c | 113 LCML_DSP *plcml_Init, OMX_U16 arr[]) in AACDEC_Fill_LCMLInitParams() argument 215 arr[0] = STREAM_COUNT_AACDEC; /*Number of Streams*/ in AACDEC_Fill_LCMLInitParams() 216 arr[1] = INPUT_PORT_AACDEC; /*ID of the Input Stream*/ in AACDEC_Fill_LCMLInitParams() 217 arr[2] = 0; /*Type of Input Stream */ in AACDEC_Fill_LCMLInitParams() 218 arr[3] = 4; /*Number of buffers for Input Stream*/ in AACDEC_Fill_LCMLInitParams() 219 arr[4] = OUTPUT_PORT_AACDEC; /*ID of the Output Stream*/ in AACDEC_Fill_LCMLInitParams() 220 arr[5] = 0; /*Type of Output Stream */ in AACDEC_Fill_LCMLInitParams() 221 arr[6] = 4; /*Number of buffers for Output Stream*/ in AACDEC_Fill_LCMLInitParams() 222 …arr[7] = 0; /*Decoder Output PCM width is 24-bit or 16-bi… in AACDEC_Fill_LCMLInitParams() 224 arr[7] = 1; in AACDEC_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_Utils.c | 107 LCML_DSP *plcml_Init, OMX_U16 arr[]) { in WBAMRENC_FillLCMLInitParams() argument 200 arr[0] = WBAMRENC_STREAM_COUNT; in WBAMRENC_FillLCMLInitParams() 201 arr[1] = WBAMRENC_INPUT_PORT; in WBAMRENC_FillLCMLInitParams() 204 arr[2] = WBAMRENC_INSTRM; in WBAMRENC_FillLCMLInitParams() 205 arr[3] = WBAMRENC_NUM_INPUT_BUFFERS_DASF; in WBAMRENC_FillLCMLInitParams() 207 arr[2] = WBAMRENC_DMM; in WBAMRENC_FillLCMLInitParams() 210 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers; in WBAMRENC_FillLCMLInitParams() 212 arr[3] = 1; in WBAMRENC_FillLCMLInitParams() 216 arr[4] = WBAMRENC_OUTPUT_PORT; in WBAMRENC_FillLCMLInitParams() 217 arr[5] = WBAMRENC_DMM; in WBAMRENC_FillLCMLInitParams() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_resize.c | 488 static void fill_col_to_arr(uint8_t *img, int stride, int len, uint8_t *arr) { in fill_col_to_arr() argument 491 uint8_t *aptr = arr; in fill_col_to_arr() 497 static void fill_arr_to_col(uint8_t *img, int stride, int len, uint8_t *arr) { in fill_arr_to_col() argument 500 uint8_t *aptr = arr; in fill_arr_to_col()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
D | WmaDecTest.c | 108 void *arr[500]; variable 1518 …printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[r],arr[r],file[r],lines[r]); … in main() 1773 OMX_U16 arr[50]; in fill_init_params() local 1788 memset(arr,(int) NULL, 50); in fill_init_params() 1793 arr[i] = temp; in fill_init_params() 1797 samplerate = arr[47] << 8 | arr[46]; in fill_init_params() 1801 pHeaderInfo->iChannel = arr[44]; in fill_init_params() 1898 arr[e]=p; in mymalloc() 1911 if(arr[q]==dp){ in myfree()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_Utils.c | 115 LCML_DSP *plcml_Init, OMX_U16 arr[]) in NBAMRENC_FillLCMLInitParams() argument 202 arr[0] = NBAMRENC_STREAM_COUNT; in NBAMRENC_FillLCMLInitParams() 203 arr[1] = NBAMRENC_INPUT_PORT; in NBAMRENC_FillLCMLInitParams() 206 arr[2] = NBAMRENC_INSTRM; in NBAMRENC_FillLCMLInitParams() 207 arr[3] = NBAMRENC_NUM_INPUT_BUFFERS_DASF; in NBAMRENC_FillLCMLInitParams() 210 arr[2] = NBAMRENC_DMM; in NBAMRENC_FillLCMLInitParams() 212 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers; in NBAMRENC_FillLCMLInitParams() 215 arr[3] = 1; in NBAMRENC_FillLCMLInitParams() 219 arr[4] = NBAMRENC_OUTPUT_PORT; in NBAMRENC_FillLCMLInitParams() 220 arr[5] = NBAMRENC_DMM; in NBAMRENC_FillLCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Dec_Utils.h | 168 LCML_DSP *plcml_Init,OMX_U16 arr[]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_Utils.c | 105 OMX_U16 arr[]) in WBAMR_DEC_Fill_LCMLInitParams() argument 240 arr[0] = WBAMR_DEC_STREAM_COUNT; in WBAMR_DEC_Fill_LCMLInitParams() 241 arr[1] = WBAMR_DEC_INPUT_PORT; in WBAMR_DEC_Fill_LCMLInitParams() 242 arr[2] = WBAMR_DEC_DMM; in WBAMR_DEC_Fill_LCMLInitParams() 244 arr[3] = pComponentPrivate->pInputBufferList->numBuffers; in WBAMR_DEC_Fill_LCMLInitParams() 247 arr[3] = 1; in WBAMR_DEC_Fill_LCMLInitParams() 250 arr[4] = WBAMR_DEC_OUTPUT_PORT; in WBAMR_DEC_Fill_LCMLInitParams() 254 arr[5] = WBAMR_DEC_OUTSTRM; in WBAMR_DEC_Fill_LCMLInitParams() 255 arr[6] = NUM_WBAMRDEC_OUTPUT_BUFFERS_DASF; in WBAMR_DEC_Fill_LCMLInitParams() 260 arr[5] = WBAMR_DEC_DMM; in WBAMR_DEC_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 172 OMX_ERRORTYPE VPP_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, OMX_U16 arr[], LCML_DSP *plcml_Ini… in VPP_Fill_LCMLInitParams() argument 244 arr[0] = 5; /*# of Streams*/ in VPP_Fill_LCMLInitParams() 245 arr[1] = 0; /*Stream ID*/ in VPP_Fill_LCMLInitParams() 246 arr[2] = 0; /*Stream based input stream*/ in VPP_Fill_LCMLInitParams() 247 arr[3] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/ in VPP_Fill_LCMLInitParams() 249 arr[4] = 1; /*Stream ID*/ in VPP_Fill_LCMLInitParams() 250 arr[5] = 0; /*Stream based input stream*/ in VPP_Fill_LCMLInitParams() 251 arr[6] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/ in VPP_Fill_LCMLInitParams() 253 arr[7] = 2; /*Stream ID*/ in VPP_Fill_LCMLInitParams() 254 arr[8] = 0; /*Stream basedoutput stream for RGB data*/ in VPP_Fill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDec_Utils.h | 137 LCML_DSP *plcml_Init,OMX_U16 arr[]);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 110 LCML_DSP *plcml_Init, OMX_U16 arr[]) in WMADECFill_LCMLInitParams() argument 227 arr[0] = WMADEC_STREAM_COUNT; in WMADECFill_LCMLInitParams() 228 arr[1] = INPUT_PORT; in WMADECFill_LCMLInitParams() 229 arr[2] = DMM; in WMADECFill_LCMLInitParams() 232 arr[3] = pComponentPrivate_CC->pInputBufferList->numBuffers; in WMADECFill_LCMLInitParams() 236 arr[3] = 1; in WMADECFill_LCMLInitParams() 239 arr[4] = OUTPUT_PORT; in WMADECFill_LCMLInitParams() 243 arr[5] = OUTSTRM; in WMADECFill_LCMLInitParams() 244 arr[6] = NUM_WMADEC_OUTPUT_BUFFERS_DASF; in WMADECFill_LCMLInitParams() 249 arr[5] = DMM; in WMADECFill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDec_Utils.c | 114 LCML_DSP *plcml_Init, OMX_U16 arr[]) in NBAMRDECFill_LCMLInitParams() argument 240 arr[0] = STREAM_COUNT; in NBAMRDECFill_LCMLInitParams() 241 arr[1] = NBAMRDEC_INPUT_PORT; in NBAMRDECFill_LCMLInitParams() 242 arr[2] = NBAMRDEC_DMM; in NBAMRDECFill_LCMLInitParams() 245 arr[3] = pComponentPrivate->pInputBufferList->numBuffers; in NBAMRDECFill_LCMLInitParams() 248 arr[3] = 1; in NBAMRDECFill_LCMLInitParams() 251 arr[4] = NBAMRDEC_OUTPUT_PORT; in NBAMRDECFill_LCMLInitParams() 255 arr[5] = NBAMRDEC_OUTSTRM; in NBAMRDECFill_LCMLInitParams() 256 arr[6] = NUM_NBAMRDEC_OUTPUT_BUFFERS_DASF; in NBAMRDECFill_LCMLInitParams() 260 arr[5] = NBAMRDEC_DMM; in NBAMRDECFill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDec_Utils.h | 224 LCML_DSP *plcml_Init,OMX_U16 arr[]);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 550 void *arr[mem_array_size]; variable 574 arr[e]=p; in mymalloc() 587 if(arr[q]==dp){ in myfree()
|