Searched defs:arr (Results 1 - 25 of 32) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.h21 static void insertsortmv(int arr[], int len) argument
29 if ( arr[j] > arr[i] )
33 temp = arr[i];
36 arr[k] = arr[k - 1] ;
38 arr[j] = temp ;
44 static void insertsortsad(int arr[],int idx[], int len) argument
52 if ( arr[j] > arr[
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c219 LCML_DSP *plcml_Init, OMX_U16 arr[])
327 arr[0] = 2;
328 arr[1] = 0;
329 arr[2] = 0;
332 arr[3] = G722D_NUM_INPUT_BUFFERS;
334 arr[3] = (OMX_U16) nIpBuf;
337 arr[4] = 1;
338 arr[5] = 0;
340 arr[6] = G722D_NUM_OUTPUT_BUFFERS;
342 arr[
218 G722DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
695 OMX_U16 arr[10] = {0}; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c123 LCML_DSP *plcml_Init, OMX_U16 arr[])
236 arr[0] = STREAM_COUNT;
237 arr[1] = G729DEC_INPUT_PORT;
238 arr[2] = G729DEC_DMM;
240 arr[3] = (OMX_U16)pComponentPrivate->pInputBufferList->numBuffers;
244 arr[3] = 1;
247 arr[4] = G729DEC_OUTPUT_PORT;
251 arr[5] = G729DEC_OUTSTRM;
252 arr[6] = NUM_G729DEC_OUTPUT_BUFFERS_DASF;
257 arr[
122 G729DECFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
668 OMX_U16 arr[100] = {0}; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c120 LCML_DSP *plcml_Init, OMX_U16 arr[])
206 arr[0] = G729ENC_STREAM_COUNT;
207 arr[1] = G729ENC_INPUT_PORT;
211 arr[2] = G729ENC_INSTRM;
212 arr[3] = G729ENC_NUM_INPUT_BUFFERS_DASF;
216 arr[2] = G729ENC_DMM;
219 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers;
223 arr[3] = 1;
226 arr[4] = G729ENC_OUTPUT_PORT;
227 arr[
119 G729ENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
638 OMX_U16 arr[100] = {0}; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c488 static void fill_col_to_arr(uint8_t *img, int stride, int len, uint8_t *arr) { argument
491 uint8_t *aptr = arr;
497 static void fill_arr_to_col(uint8_t *img, int stride, int len, uint8_t *arr) { argument
500 uint8_t *aptr = arr;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c113 LCML_DSP *plcml_Init, OMX_U16 arr[])
215 arr[0] = STREAM_COUNT_AACDEC; /*Number of Streams*/
216 arr[1] = INPUT_PORT_AACDEC; /*ID of the Input Stream*/
217 arr[2] = 0; /*Type of Input Stream */
218 arr[3] = 4; /*Number of buffers for Input Stream*/
219 arr[4] = OUTPUT_PORT_AACDEC; /*ID of the Output Stream*/
220 arr[5] = 0; /*Type of Output Stream */
221 arr[6] = 4; /*Number of buffers for Output Stream*/
222 arr[7] = 0; /*Decoder Output PCM width is 24-bit or 16-bit*/
224 arr[
112 AACDEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
558 OMX_U16 arr[10]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c109 OMX_ERRORTYPE AACENCFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
240 arr[0] = 2; /*Number of Streams*/
241 arr[1] = 0; /*ID of the Input Stream*/
242 arr[2] = 1; /*Type of Input Stream*/
243 arr[3] = NUM_AACENC_INPUT_BUFFERS_DASF; /*Number of buffers for Input Stream*/
244 arr[4] = 1; /*ID of the Output Stream*/
245 arr[5] = 0; /*Type of Output Stream*/
246 arr[6] = 2; /*Number of buffers for Output Stream*/
247 arr[7] = 1; /*PNS Enable*/
248 arr[
693 OMX_U16 arr[100]={0}; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c121 LCML_DSP *plcml_Init, OMX_U16 arr[])
211 arr[0] = STREAM_COUNT;
212 arr[1] = G711DEC_INPUT_PORT;
213 arr[2] = G711DEC_DMM;
216 arr[3] = (OMX_U16) (pComponentPrivate->pInputBufferList->numBuffers );
219 arr[3] = 1;
222 arr[4] = G711DEC_OUTPUT_PORT;
226 arr[5] = G711DEC_OUTSTRM;
227 arr[6] = NUM_G711DEC_OUTPUT_BUFFERS_DASF;
233 arr[
120 G711DECFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
644 OMX_U16 arr[100] = {0}; local
[all...]
H A DOMX_G711Decoder.c78 extern void *arr[500] = {NULL}; variable
2017 arr[e]=p;
2029 if(arr[q]==dp){
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c103 LCML_DSP *plcml_Init, OMX_U16 arr[])
190 arr[0] = G711ENC_STREAM_COUNT;
191 arr[1] = G711ENC_INPUT_PORT;
194 arr[2] = G711ENC_INSTRM;
195 arr[3] = G711ENC_NUM_INPUT_BUFFERS_DASF;
198 arr[2] = G711ENC_DMM;
200 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers;
203 arr[3] = 1;
207 arr[4] = G711ENC_OUTPUT_PORT;
208 arr[
102 G711ENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
604 OMX_U16 arr[100] = {0}; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c251 OMX_U16 *arr = NULL; local
336 arr = malloc (10 * sizeof(OMX_U16));
337 G722ENC_MEMPRINT("%d:::[ALLOC] %p\n",__LINE__,arr);
339 if (arr == NULL) {
349 memset (arr, 0, 10 * sizeof (OMX_U16));
350 pComponentPrivate->pCreatePhaseArgs = arr;
353 arr[0] = G722ENC_NUM_STREAMS;
354 arr[1] = G722ENC_INPUT_PORT; /*Stream ID*/
355 arr[2] = G722ENCSTREAMINPUT; /*DMM based input stream DMM - 0 INPUT - 1 */
356 arr[
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c112 LCML_DSP *plcml_Init, OMX_U16 arr[])
225 arr[0] = 2;
226 arr[1] = 0;
227 arr[2] = 0;
229 arr[3] = G726D_NUM_INPUT_BUFFERS;
231 arr[3] = (OMX_U16) nIpBuf;
233 arr[4] = 1;
234 arr[5] = 0;
236 arr[6] = G726D_NUM_OUTPUT_BUFFERS;
238 arr[
111 G726DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
563 OMX_U16 arr[10] = {0}; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c88 extern void *arr[500] = {NULL}; variable
112 arr[e]=p;
128 if(arr[q]==dp){
163 LCML_DSP *plcml_Init, OMX_U16 arr[])
261 arr[0] = G726ENC_STREAM_COUNT; /* Number of communication paths */
262 arr[1] = G726ENC_INPUT_PORT; /* Input Path id */
265 arr[2] = G726ENC_INSTRM; /* Streaming on input */
266 arr[3] = G726ENC_NUM_INPUT_BUFFERS_DASF; /* Audio Devices are connected */
269 arr[2] = G726ENC_DMM; /* DMM buffers will be used */ if (pComponentPrivate->pInputBufferList->numBuffers) {
270 arr[
162 G726ENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
643 OMX_U16 arr[100] = {0}; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c117 OMX_ERRORTYPE MP3DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent,LCML_DSP *plcml_Init,OMX_U16 arr[]) argument
223 arr[0] = 2; /* Number of Streams */
224 arr[1] = 0; /* ID of the Input Stream */
225 arr[2] = 0; /* Type of Input Stream DMM (0) / STRM (1) */
227 arr[3] = 4; /* Number of buffers for Input Stream */
229 arr[3] = 1; /* WinCE Number of buffers for Input Stream */
231 arr[4] = 1; /* ID of the Output Stream */
232 arr[5] = 0; /* Type of Output Stream */
234 arr[6] = 4; /* Number of buffers for Output Stream */
236 arr[
598 OMX_U16 arr[24]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c115 LCML_DSP *plcml_Init, OMX_U16 arr[])
202 arr[0] = NBAMRENC_STREAM_COUNT;
203 arr[1] = NBAMRENC_INPUT_PORT;
206 arr[2] = NBAMRENC_INSTRM;
207 arr[3] = NBAMRENC_NUM_INPUT_BUFFERS_DASF;
210 arr[2] = NBAMRENC_DMM;
212 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers;
215 arr[3] = 1;
219 arr[4] = NBAMRENC_OUTPUT_PORT;
220 arr[
114 NBAMRENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
642 OMX_U16 arr[100]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c107 LCML_DSP *plcml_Init, OMX_U16 arr[]) {
200 arr[0] = WBAMRENC_STREAM_COUNT;
201 arr[1] = WBAMRENC_INPUT_PORT;
204 arr[2] = WBAMRENC_INSTRM;
205 arr[3] = WBAMRENC_NUM_INPUT_BUFFERS_DASF;
207 arr[2] = WBAMRENC_DMM;
210 arr[3] = (OMX_U16) pComponentPrivate->pInputBufferList->numBuffers;
212 arr[3] = 1;
216 arr[4] = WBAMRENC_OUTPUT_PORT;
217 arr[
106 WBAMRENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
684 OMX_U16 arr[100]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c110 LCML_DSP *plcml_Init, OMX_U16 arr[])
227 arr[0] = WMADEC_STREAM_COUNT;
228 arr[1] = INPUT_PORT;
229 arr[2] = DMM;
232 arr[3] = pComponentPrivate_CC->pInputBufferList->numBuffers;
236 arr[3] = 1;
239 arr[4] = OUTPUT_PORT;
243 arr[5] = OUTSTRM;
244 arr[6] = NUM_WMADEC_OUTPUT_BUFFERS_DASF;
249 arr[
109 WMADECFill_LCMLInitParams(OMX_COMPONENTTYPE* pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
2584 OMX_U16 arr[50]; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c555 * @param arr[] array with the parameters
563 OMX_U16 arr[],
684 arr[0] = JPGDEC_SNTEST_STRMCNT;
685 arr[1] = JPGDEC_SNTEST_INSTRMID;
686 arr[2] = 0;
687 arr[3] = JPGDEC_SNTEST_INBUFCNT;
688 arr[4] = JPGDEC_SNTEST_OUTSTRMID;
689 arr[5] = 0;
690 arr[6] = JPGDEC_SNTEST_OUTBUFCNT;
694 arr[
562 Fill_LCMLInitParamsJpegDec(LCML_DSP *lcml_dsp, OMX_U16 arr[], OMX_HANDLETYPE pComponent) argument
1110 OMX_U16 arr[100]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c94 void *arr[500] = {NULL}; variable
1697 arr[e]=p;
1710 if(arr[q]==dp){
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c158 void *arr[500] = {NULL}; variable
180 arr[e]=p;
196 if(arr[q]==dp){
1582 printf("__ %d Bytes allocated on [%p], File:%s Line: %d\n",bytes[i],arr[i],file[i],lines[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c114 LCML_DSP *plcml_Init, OMX_U16 arr[])
240 arr[0] = STREAM_COUNT;
241 arr[1] = NBAMRDEC_INPUT_PORT;
242 arr[2] = NBAMRDEC_DMM;
245 arr[3] = pComponentPrivate->pInputBufferList->numBuffers;
248 arr[3] = 1;
251 arr[4] = NBAMRDEC_OUTPUT_PORT;
255 arr[5] = NBAMRDEC_OUTSTRM;
256 arr[6] = NUM_NBAMRDEC_OUTPUT_BUFFERS_DASF;
260 arr[
113 NBAMRDECFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
692 OMX_U16 arr[100]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c190 void *arr[500]; variable
212 arr[e]=p;
228 if(arr[q]==dp){
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c105 OMX_U16 arr[])
240 arr[0] = WBAMR_DEC_STREAM_COUNT;
241 arr[1] = WBAMR_DEC_INPUT_PORT;
242 arr[2] = WBAMR_DEC_DMM;
244 arr[3] = pComponentPrivate->pInputBufferList->numBuffers;
247 arr[3] = 1;
250 arr[4] = WBAMR_DEC_OUTPUT_PORT;
254 arr[5] = WBAMR_DEC_OUTSTRM;
255 arr[6] = NUM_WBAMRDEC_OUTPUT_BUFFERS_DASF;
260 arr[
103 WBAMR_DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
667 OMX_U16 arr[100]; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c172 void *arr[500]; variable
194 arr[e] = p;
212 if (arr[q] == dp) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c547 OMX_ERRORTYPE Fill_JpegEncLCMLInitParams(LCML_DSP *lcml_dsp, OMX_U16 arr[], OMX_HANDLETYPE pComponent) argument
556 OMX_U16 *ptCreateString = (OMX_U16*)arr;
557 OMX_U32 *ptCreateStringPPLIB = (OMX_U32*)arr;
652 arr[9] = 1;
654 arr[9] = 4;
656 arr[9] = 4;
1458 OMX_U16 arr[100]; local
1539 Fill_JpegEncLCMLInitParams(lcml_dsp,arr, pHandle);

Completed in 382 milliseconds

12