/device/lge/hammerhead/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 98 OMX_U32 fd; 99 OMX_U32 offset; 123 OMX_U32 numOfEntries; 145 OMX_U32 yOffset; 146 OMX_U32 cbcrOffset[2]; 147 OMX_U32 cbcrStartOffset[2]; 172 OMX_U32 input_width; 173 OMX_U32 input_height; 175 OMX_U32 quality; 177 OMX_U32 output_width [all...] |
/device/moto/shamu/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 114 OMX_U32 fd; 115 OMX_U32 offset; 139 OMX_U32 numOfEntries; 161 OMX_U32 yOffset; 162 OMX_U32 cbcrOffset[2]; 163 OMX_U32 cbcrStartOffset[2]; 188 OMX_U32 input_width; 189 OMX_U32 input_height; 191 OMX_U32 quality; 193 OMX_U32 output_width [all...] |
/device/asus/flo/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 98 OMX_U32 fd; 99 OMX_U32 offset; 123 OMX_U32 numOfEntries; 145 OMX_U32 yOffset; 146 OMX_U32 cbcrOffset[2]; 147 OMX_U32 cbcrStartOffset[2]; 168 OMX_U32 input_width; 169 OMX_U32 input_height; 172 OMX_U32 output_width; 173 OMX_U32 output_height [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/api/ |
armSP.h | 46 OMX_U32 N; 55 OMX_U32 N; 63 OMX_U32 N; 71 OMX_U32 N; 79 OMX_U32 N; 87 OMX_U32 N; 96 static inline OMX_U32 fastlog2(long x) { 97 OMX_U32 out;
|
x86SP.h | 27 OMX_U32 N;
|
mipsSP.h | 33 OMX_U32 order;
|
/device/lge/mako/camera/inc/ |
omx_jpeg_common.h | 214 OMX_IN OMX_U32 param1, 248 OMX_IN OMX_U32 port, 250 OMX_IN OMX_U32 peerPort, 256 OMX_IN OMX_U32 port, 258 OMX_IN OMX_U32 bytes, 265 OMX_IN OMX_U32 port, 267 OMX_IN OMX_U32 bytes); 271 OMX_IN OMX_U32 port, 293 OMX_IN OMX_U32 port, 300 OMX_IN OMX_U32 index) [all...] |
omx_jpeg_ext.h | 101 OMX_U32 nQFactor;
|
/external/chromium_org/third_party/openmax_dl/dl/api/ |
omxtypes.h | 132 /* OMX_U32 */ 134 typedef unsigned int OMX_U32; 136 typedef unsigned long int OMX_U32; 138 #error OMX_U32 undefined
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/ |
mips_FFTFwd_RToCCS_F32_complex.c | 24 OMX_U32 n1_4, num_transforms, step; 27 OMX_U32 fft_size = 1 << pFFTSpec->order; 44 OMX_U32 offset = pFFTSpec->pOffset[n] << 2; 81 OMX_U32 offset = pFFTSpec->pOffset[n] << 3; 134 OMX_U32 n1_2 = 2 * n1_4; 135 OMX_U32 n3_4 = 3 * n1_4; 142 OMX_U32 offset = pFFTSpec->pOffset[n] << fft_stage; 162 pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - step; 201 w_im_ptr = pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - step;
|
mips_FFTInv_CCSToR_F32_real.c | 20 OMX_U32 step, num_transforms; 23 OMX_U32 fft_size = 1 << pFFTSpec->order; 62 OMX_U32 offset = pFFTSpec->pOffset[n] << 2; 134 OMX_U32 offset = pFFTSpec->pOffset[n] << 3; 195 w_im_ptr = pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - 1;
|
mips_FFTInv_CCSToR_F32_complex.c | 20 OMX_U32 num_transforms, step; 22 OMX_U32 n1_4, n1_2, n3_4; 25 OMX_U32 fft_size = 1 << pFFTSpec->order; 34 w_im_ptr = pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - 1; 114 OMX_U32 offset = pFFTSpec->pOffset[n] << 2; 142 OMX_U32 offset = pFFTSpec->pOffset[n] << 3; 197 OMX_U32 offset = pFFTSpec->pOffset[n] << fft_stage; 216 pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - step; 274 w_im_ptr = pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - step;
|
mips_FFTFwd_RToCCS_F32_real.c | 20 OMX_U32 num_transforms; 53 OMX_U32 offset = pFFTSpec->pOffset[n] << 2; 113 OMX_U32 offset = pFFTSpec->pOffset[n] << 3; 162 w_im_ptr = pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - 1;
|
omxSP_FFTInit_R_F32.c | 35 OMX_U32* index) { 47 OMX_U32 n; 54 OMX_U32 tmp;
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/ |
omxSP_FFTInit_C_SC32.c | 67 OMX_U32 pTmp; 101 pTmp = ((OMX_U32)pBuf)&31; /* (OMX_U32)pBuf % 32 */
|
omxSP_FFTInit_R_S32.c | 67 OMX_U32 pTmp; 106 pTmp = ((OMX_U32)pBuf)&31; /* (OMX_U32)pBuf % 32 */
|
omxSP_FFTInit_C_FC32.c | 52 OMX_U32 pTmp;
|
omxSP_FFTInit_R_S16.c | 60 OMX_U32 pTmp = 0; 87 pTmp = ((OMX_U32)pBuf)&31; /* (OMX_U32)pBuf % 32 */
|
omxSP_FFTInit_C_SC16.c | 68 OMX_U32 pTmp;
|
omxSP_FFTInit_R_F32.c | 55 OMX_U32 pTmp;
|
omxSP_FFTInit_R_S16S32.c | 68 OMX_U32 pTmp; 99 pTmp = ((uintptr_t)pTwiddle)&31; /* (OMX_U32)pTwiddle % 32 */ 108 pTmp = ((uintptr_t)pBuf)&31; /* (OMX_U32)pBuf % 32 */
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/ |
omxSP_FFTInit_R_F32.c | 55 OMX_U32 pTmp;
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpegdec.c | 52 OMX_U32 nData1, 53 OMX_U32 nData2, 430 OMX_U32 nPortIndex, 470 OMX_U32 nPortIndex, 528 OMX_U32 i; 1018 OMX_U32 nData1, 1019 OMX_U32 nData2, [all...] |
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 64 OMX_U32 nData1, 65 OMX_U32 nData2, [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 64 OMX_U32 nData1, 65 OMX_U32 nData2, [all...] |