OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_byte
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp
630
Int
new_byte
= (num_bit_left >> 3);
local
631
Int new_bit = num_bit_left - (
new_byte
<< 3); /* between 0-7 */
640
bitstream1->byteCount =
new_byte
;
645
M4VENC_MEMCPY(ptrDst, ptrSrc,
new_byte
+ 1);
650
for (i = 0; i <
new_byte
; i++)
664
ptrSrc = bitstream1->bitstreamBuffer +
new_byte
;
/external/valgrind/main/VEX/priv/
guest_amd64_toIR.c
7683
IRExpr*
new_byte
;
local
[
all
...]
guest_x86_toIR.c
6478
IRExpr*
new_byte
;
local
[
all
...]
Completed in 220 milliseconds