Searched refs:nbytes (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxstats.c40 size_t nbytes;
56 nbytes = fread(stats->buf.buf, 1, stats->buf.sz, stats->file);
57 res = (nbytes == stats->buf.sz);
H A Dvpxenc.c631 size_t nbytes; member in struct:stream_state
1215 stream->nbytes = 0;
1366 stream->nbytes += pkt->data.raw.sz;
1388 stream->nbytes += pkt->data.raw.sz;
1680 frames_in, streams->frames_out, (int64_t)streams->nbytes);
1751 global.passes, frames_in, stream->frames_out, (int64_t)stream->nbytes,
1752 seen_frames ? (unsigned long)(stream->nbytes * 8 / seen_frames) : 0,
1753 seen_frames ? (int64_t)stream->nbytes * 8
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c70 size_t nbytes, to_read; local
74 nbytes = fread(img->planes[0], 1, to_read, f);
75 if(nbytes != to_read) {
77 if(nbytes > 0)
84 size_t nbytes, to_read; local
115 nbytes = fread(ptr, 1, to_read, f);
116 if(nbytes != to_read) {
118 if(nbytes > 0)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h785 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
786 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc);
787 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
836 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes);
H A Dwlioctl.h1001 uint nbytes; /* number of bytes */ member in struct:__anon64
1009 uint32 nbytes; /* number of bytes */ member in struct:__anon65
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1344 uint nbytes, /* number of input data bytes to process */
1351 while (nbytes-- > 0)
1417 uint nbytes, /* number of input data bytes to process */
1421 while (nbytes-- > 0)
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) argument
1501 pend = pdata + nbytes;
1736 prhex(const char *msg, uchar *buf, uint nbytes) argument
1747 for (i = 0; i < nbytes; i++) {
2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) argument
2061 for (i = nbytes
1342 hndcrc8( uint8 *pdata, uint nbytes, uint8 crc ) argument
1415 hndcrc16( uint8 *pdata, uint nbytes, uint16 crc ) argument
[all...]
H A Ddhdu.c555 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) argument
561 if (nbytes == 0) {
567 for (i = 0; i < nbytes; i++) {

Completed in 177 milliseconds