HomeSort by relevance Sort by last modified time
    Searched refs:header_bits (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 117 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */
120 video->header_bits += BitstreamGetPos(bs1); /* Header Bits */
157 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1); /* Byte align Packet */
179 video->header_bits += 19;
184 video->header_bits += 17;
188 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1); /* Byte align Packet */
331 video->header_bits += numHeaderBits; /* Header Bits */
387 video->header_bits += 19;
392 video->header_bits += 17;
398 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1); /* Byte align Packet *
    [all...]
combined_encode.cpp 118 video->header_bits -= BitstreamGetPos(currVol->stream); /* Header Bits */
120 video->header_bits += BitstreamGetPos(currVol->stream); /* Header Bits */
146 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */
149 video->header_bits += BitstreamGetPos(bs1); /* Header Bits */
180 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1); /* Byte align Packet */
222 video->header_bits += BitstreamShortHeaderByteAlignStuffing(currVol->stream); /* Byte Align */
232 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1);/* Byte Align */
242 video->header_bits += BitstreamMpeg4ByteAlignStuffing(currVol->stream); /* Byte Align */
372 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */
374 video->header_bits += BitstreamGetPos(bs1); /* Header Bits *
    [all...]
vop.cpp 137 video->header_bits = BitstreamGetPos(stream); /* Header Bits */
151 video->header_bits = BitstreamGetPos(stream); /* Header Bits */
209 video->header_bits = BitstreamGetPos(stream); /* Header Bits */
226 video->header_bits = BitstreamGetPos(stream); /* Header Bits */
mp4lib_int.h 388 Int header_bits; /* header bits in frmae */ member in struct:tagVideoEncData
rate_control.cpp 171 reset QPMB[], currVop->quantizer, rc->Ec, video->header_bits */
175 3. Reset video->header_bits to zero.
226 video->header_bits = 0;
335 rc->Hc = video->header_bits; /* Total Bits in Header and Motion Vector */
    [all...]
vlc_encode.cpp 1051 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */
    [all...]

Completed in 111 milliseconds