Searched refs:bytes (Results 151 - 175 of 186) sorted by relevance

12345678

/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/msm8974/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(keymaster0_device_t** dev, uint8_t* bytes, size_t length) : argument
96 UniqueBlob(bytes, length), mDevice(dev) {
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h907 } bytes; member in union:snd_ctl_elem_value::__anon3972
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h126 size_t length; /* W: size of image in bytes */
183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */
186 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */
203 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */
204 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */
205 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */
206 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */
207 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */
892 } bytes; member in union:snd_ctl_elem_value::__anon4088
[all...]
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h914 } bytes; member in union:snd_ctl_elem_value::__anon4236
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h129 size_t length; /* W: size of image in bytes */
186 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
187 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
188 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */
189 #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */
206 #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */
207 #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */
208 #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */
209 #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */
210 #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */
903 } bytes; member in union:snd_ctl_elem_value::__anon4387
[all...]
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h906 } bytes; member in union:snd_ctl_elem_value::__anon4453
/hardware/qcom/msm8x26/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::__anon4517
[all...]
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h906 } bytes; member in union:snd_ctl_elem_value::__anon4638
/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::__anon4735
[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/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp1473 * @param[in] bytes: Size of buffer to be allocated in bytes.
1482 OMX_U32 bytes,
1508 retval = buffer_use_op(pp_buffer_hdr, p_app_data, bytes, p_buffer);
1575 * @param[in] bytes: Size of buffer to be allocated in bytes.
1583 OMX_U32 bytes)
1604 OMX_SWVDEC_LOG_API("port index %d, %d bytes", port, bytes);
1610 bytes);
1478 use_buffer(OMX_HANDLETYPE cmp_handle, OMX_BUFFERHEADERTYPE **pp_buffer_hdr, OMX_U32 port, OMX_PTR p_app_data, OMX_U32 bytes, OMX_U8 *p_buffer) argument
1579 allocate_buffer(OMX_HANDLETYPE cmp_handle, OMX_BUFFERHEADERTYPE **pp_buffer_hdr, OMX_U32 port, OMX_PTR p_app_data, OMX_U32 bytes) argument
[all...]
/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);

Completed in 4182 milliseconds

12345678