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

123456

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c137 int bytes[500]; variable
2007 APP_DPRINT("%d :: App: %ld bytes are being written\n",__LINE__,(pBuf->nFilledLen));
2423 APP_IPRINT(" --->%d Bytes allocated on %p File:%s Line: %d\n",bytes[r],arr[r],file[r],lines[r]);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c2270 bytes[e]=size;
2272 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
2281 OMXDBG_PRINT(stderr, ERROR, 4, 0, "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/vp8/encoder/
H A Donyx_if.c1908 cpi->bytes = 0;
2156 double dr = (double)cpi->bytes * 8.0 / 1000.0 / time_encoded;
2286 double dr = (double)cpi->framerate * (double)bytes * (double)8 / (double)count / (double)1000 ;
5117 /* the available bytes in dest */
5263 cpi->bytes += *size;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1256 cpi->bytes = 0;
1527 double dr = (double)cpi->bytes * (double) 8 / (double)1000
3247 cpi->bytes += (int)(*size);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dsubpixel_ssse3.asm1159 sub rsp, 144 ; reserve 144 bytes
H A Dloopfilter_sse2.asm1389 sub rsp, 32 ; reserve 32 bytes
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm1111 ; FIXME(rbultje) pipeline - also consider going to bytes here
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h390 * follows channel_list, aligned for int32 (4 bytes)
730 #define WLC_CNTRY_BUF_SZ 4 /* Country string is 3 bytes + NUL */
1001 uint nbytes; /* number of bytes */
1009 uint32 nbytes; /* number of bytes */
1101 uint16 len; /* length in bytes of this structure */
1227 uint32 tsf_timer[2][2]; /* Start and End time for 8bytes value */
1250 uint used; /* bytes read or written (optional) */
1251 uint needed; /* bytes needed (optional) */
1303 /* Max supported IOV name size in bytes, + 1 for nul termination */
2015 #define WL_ACI_ARGS_LEGACY_LENGTH 16 /* bytes o
3544 uint32 bytes; member in struct:__anon94
[all...]

Completed in 535 milliseconds

123456