OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitstreamBuffer
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp
51
uint8 *
bitstreamBuffer
= stream->
bitstreamBuffer
;
66
v =
bitstreamBuffer
+ stream->read_point;
129
stream->
bitstreamBuffer
= buffer;
610
ptr = stream->
bitstreamBuffer
+ initial_byte_aligned_position;
639
ptr = stream->
bitstreamBuffer
+ initial_byte_aligned_position;
658
ptr = stream->
bitstreamBuffer
+ byte_pos;
669
ptr = stream->
bitstreamBuffer
+ byte_pos;
[
all
...]
mp4lib_int.h
38
uint8 *
bitstreamBuffer
; /* pointer to buffer memory */
/external/aac/libSBRenc/src/
sbr_encoder.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
127
bitstreamBuffer
will be in EBSP format as the emulation prevention codes are
133
uint8 *
bitstreamBuffer
; /* pointer to buffer memory */
135
int write_pos; /* next position to write to
bitstreamBuffer
*/
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
30
UChar *
bitstreamBuffer
; /*buffer to hold one video packet*/
Completed in 117 milliseconds