Searched refs:bytes (Results 101 - 125 of 133) sorted by relevance

123456

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h624 int bytes; member in struct:VP8_COMP
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c192 int bytes[500]; variable
214 bytes[e]=size;
216 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
1775 APP_IPRINT(" --->%d Bytes allocated on File:%s Line: %d\n",bytes[i],file[i],lines[i]);
1839 /* APP_DPRINT("Sending %d bytes to Comp\n", pBuffer->nFilledLen);*/
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c147 int bytes[500]; variable
1780 printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[i], arr[i],file[i],lines[i]);
2084 bytes[e]=size;
2086 printf("Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
2100 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c174 int bytes[500]; variable
196 bytes[e] = size;
198 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s);
1866 APP_IPRINT(" --->%d Bytes allocated on File:%s Line: %d\n", bytes[i], file[i], lines[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c110 int bytes[500]; variable
1362 APP_DPRINT("Writing %d bytes to file\n",pBuf->nFilledLen);
1518 printf(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[r],arr[r],file[r],lines[r]);
1662 fread(&temp,5,1,fIn); // moving file 5 bytes
1740 /*Read first 70 bytes header + 5 bytes first packet header*/
1789 /*Read first 50 bytes of input file*/
1796 /*Obtain sample rate from 46th and 48th bytes*/
1900 bytes[e]=size;
1902 printf("Allocating %d bytes o
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dvariance_impl_ssse3.asm31 ;for Pmaddubsw is signed bytes, we must calculate zero offset seperately.
H A Dsubpixel_sse2.asm731 packuswb xmm4, xmm0 ; lower 8 bytes
781 packuswb xmm4, xmm0 ; higher 8 bytes
1246 sub rsp, 144 ; reserve 144 bytes
H A Dloopfilter_mmx.asm35 sub rsp, 32 ; reserve 32 bytes
247 sub rsp, 64 ; reserve 64 bytes
617 sub rsp, 32 ; reserve 32 bytes
934 sub rsp, 96 ; reserve 96 bytes
1514 sub rsp, 32 ; reserve 32 bytes
H A Didctllm_sse2.asm399 ; Predict buffer needs to be expanded from bytes to words
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp451 CameraBuffer* ANativeWindowDisplayAdapter::allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs) argument
562 bytes = CameraHal::calculateBufferSize(format, width, height);
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h619 virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs) = 0;
833 virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs);
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) argument
626 bytes = getBufSize(format, width, height);
1068 ///Calculate bytes per pixel based on the pixel format
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h492 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) = 0;
693 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp1441 int bytes; local
1442 E("will read YUV now: %d bytes to buffer %p\n", m_sProfile.nFrameRead, pYUVBuffer->pBuffer);
1445 bytes = read(m_nInFd, pYUVBuffer->pBuffer, m_sProfile.nFrameRead);
1446 if (bytes != m_sProfile.nFrameRead) {
1450 E("\n\nRead %d bytes\n\n\n", m_sProfile.nFrameRead);
2221 D("================ writing frame %d = %d bytes to output file",
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c80 extern int bytes[500] = {0}; variable
2019 bytes[e]=size;
2021 G711DEC_PRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e);
2030 G711DEC_PRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm35 sub rsp, 32 ; reserve 32 bytes
247 sub rsp, 64 ; reserve 64 bytes
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp48 UniqueBlob(uint8_t* bytes, size_t length) : argument
49 UniquePtr<uint8_t[]>(bytes), mLength(length) {
95 UniqueKey(keymaster_device_t** dev, uint8_t* bytes, size_t length) : argument
96 UniqueBlob(bytes, length), mDevice(dev) {
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h906 } bytes; member in union:snd_ctl_elem_value::__anon2258
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h125 size_t length; /* W: size of image in bytes */
182 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
183 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
184 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */
185 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */
202 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */
203 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */
204 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */
205 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */
206 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */
891 } bytes; member in union:snd_ctl_elem_value::__anon2355
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm164 ; This macro aligns the stack to the given alignment (in bytes). The stack
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c90 extern int bytes[500] = {0}; variable
114 bytes[e]=size;
116 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
129 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c2147 bytes[e]=size;
2149 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
2163 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h70 unsigned int size; /* current (residual) size in bytes */
72 unsigned int origsize; /* unmodified orignal buffer size in bytes */
757 #define ETHER_ADDR_STR_LEN 18 /* 18-bytes of Ethernet address buffer length */
800 extern int bcm_format_hex(char *str, const void *bytes, int len);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c66 /* skip 'offset' bytes */
95 /* skip 'offset' bytes */
178 len -= align64; /* bytes from aligned 64B to end */
1029 * of bytes copied. Minimum bytes copied is null char(1)/wchar(2)
1040 /* wbuflen is in bytes */
1344 uint nbytes, /* number of input data bytes to process */
1417 uint nbytes, /* number of input data bytes to process */
1718 /* print bytes formatted as hex to a string. return the resulting string length */
1720 bcm_format_hex(char *str, const void *bytes, in argument
[all...]

Completed in 797 milliseconds

123456