OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte_buf
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/videoencoder/
bitstream.h
347
unsigned char *
byte_buf
;
local
380
byte_buf
= (unsigned char *)sei_bp_bs.buffer;
382
bitstream_put_ui(&nal_bs,
byte_buf
[i], 8);
384
free(
byte_buf
);
389
byte_buf
= (unsigned char *)sei_pic_bs.buffer;
391
bitstream_put_ui(&nal_bs,
byte_buf
[i], 8);
393
free(
byte_buf
);
/hardware/intel/common/libva/test/encode/
avcenc.c
1085
unsigned char *
byte_buf
;
local
[
all
...]
h264encode.c
470
unsigned char *
byte_buf
;
local
503
byte_buf
= (unsigned char *)sei_bp_bs.buffer;
505
bitstream_put_ui(&nal_bs,
byte_buf
[i], 8);
507
free(
byte_buf
);
512
byte_buf
= (unsigned char *)sei_pic_bs.buffer;
514
bitstream_put_ui(&nal_bs,
byte_buf
[i], 8);
516
free(
byte_buf
);
[
all
...]
/external/pixman/test/
utils.c
127
unsigned char *
byte_buf
;
local
132
byte_buf
= (unsigned char*) buf;
135
crc32 = (crc32 >> 8) ^ crc_table[(crc32 ^
byte_buf
[i]) & 0xFF];
[
all
...]
Completed in 105 milliseconds