/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
D | m4v_config_parser.cpp | 140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code in iDecodeVOLHeader() 142 ReadBits(psBits, 8, &codeword); in iDecodeVOLHeader() 155 ReadBits(psBits, 32, &codeword); in iDecodeVOLHeader() 159 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() 164 ReadBits(psBits, 4, &codeword); in iDecodeVOLHeader() 166 ReadBits(psBits, 3, &codeword); in iDecodeVOLHeader() 169 ReadBits(psBits, 4, &codeword); in iDecodeVOLHeader() 173 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() 177 ReadBits(psBits, 3, &codeword); in iDecodeVOLHeader() 179 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | pvm4vencoder.cpp | 275 ReadBits(psBits, 8, &codeword); /* profile_and_level_indication */ in ParseFSI() 322 ReadBits(psBits, 32, &codeword); in ParseFSI() 326 ReadBits(psBits, 1, &codeword); in ParseFSI() 330 ReadBits(psBits, 4, &codeword); in ParseFSI() 334 ReadBits(psBits, 1, &codeword); in ParseFSI() 352 ReadBits(psBits, 32, &codeword); in ParseFSI() 371 ReadBits(psBits, 28, &codeword); in ParseFSI() 374 ReadBits(psBits, 4, & codeword); in ParseFSI() 377 ReadBits(psBits, 1, &codeword); in ParseFSI() 380 ReadBits(psBits, 8, &codeword); in ParseFSI() [all …]
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 1098 ReadBits(aInputBuffer, 22, &codeword); in DecodeH263Header() 1104 ReadBits(aInputBuffer, 8, &codeword); in DecodeH263Header() 1106 ReadBits(aInputBuffer, 1, &codeword); in DecodeH263Header() 1109 ReadBits(aInputBuffer, 1, &codeword); in DecodeH263Header() 1112 ReadBits(aInputBuffer, 1, &codeword); in DecodeH263Header() 1115 ReadBits(aInputBuffer, 1, &codeword); in DecodeH263Header() 1118 ReadBits(aInputBuffer, 1, &codeword); in DecodeH263Header() 1122 ReadBits(aInputBuffer, 3, &codeword); in DecodeH263Header() 1159 ReadBits(aInputBuffer, 3, &codeword); in DecodeH263Header() 1163 ReadBits(aInputBuffer, 3, &codeword); in DecodeH263Header() [all …]
|
/external/opencore/protocols/rtp_payload_parser/rfc_3640/src/ |
D | rfc3640_payload_parser.cpp | 196 size = fragment.ReadBits(sizeLength); in Parse() 206 index = fragment.ReadBits(indexLength); in Parse() 210 indexDelta = fragment.ReadBits(indexDeltaLength); in Parse() 219 CTSFlag = fragment.ReadBits(1); in Parse() 222 CTSDelta = fragment.ReadBits(CTSDeltaLength); in Parse() 228 DTSFlag = fragment.ReadBits(1); in Parse() 231 DTSDelta = fragment.ReadBits(DTSDeltaLength); in Parse() 237 RAPFlag = fragment.ReadBits(1); in Parse() 286 auxDataSize = fragment.ReadBits(auxDataSizeLength); in Parse()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | genericper.cpp | 98 uint8 ReadBits(uint32 number, PS_InStream stream) in ReadBits() function 211 return(ReadBits(1, stream)); in GetBoolean() 236 nbytes = (uint8)(ReadBits(2, stream) + 1); in GetInteger() 252 value = ReadBits(nbits, stream); in GetInteger() 263 else nbytes = (uint8)(ReadBits(2, stream) + 1); in GetInteger() 311 value = ReadBits(nbits, stream); in GetSignedInteger() 322 else nbytes = (uint8)(ReadBits(2, stream) + 1); in GetSignedInteger() 371 extension_bit = ReadBits(1, stream); in GetExtendedInteger() 427 x->data[0] = ReadBits(8, stream); in GetOctetString() 428 x->data[1] = ReadBits(8, stream); in GetOctetString() [all …]
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | bitstreamparser.cpp | 54 OSCL_EXPORT_REF uint32 BitStreamParser::ReadBits(uint8 numberOfBits) in ReadBits() function in BitStreamParser 128 if (bitpos != MOST_SIG_BIT) return ReadBits(BITS_PER_UINT8); in ReadUInt8() 179 byte |= (input.ReadBits(1) << bitpos); //Write the bit. in WriteBits()
|
D | bitstreamparser.h | 50 OSCL_IMPORT_REF uint32 ReadBits(uint8 numberOfBits);
|
/external/opencore/codecs_v2/omx/omx_m4v/include/ |
D | omx_mpeg4_component.h | 85 void ReadBits(OMX_U8* aStream, uint8 aNumBits, uint32* aOutData);
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/ |
D | m4v_config_parser.h | 72 int16 ReadBits(
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
D | pvm4vencoder.h | 158 int16 ReadBits(mp4StreamType *pStream, uint8 ucNBits, uint32 *pulOutData);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | genericper.h | 98 uint8 ReadBits(uint32 number, PS_InStream stream);
|