HomeSort by relevance Sort by last modified time
    Searched defs:extension_type (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
aacdecoder.cpp 485 EXT_PAYLOAD_TYPE extension_type; local
495 extension_type = (EXT_PAYLOAD_TYPE) FDKreadBits(hBs, 4); /* bs_extension_type */
498 switch (extension_type)
551 Fill elements containing an extension_payload() with an extension_type of EXT_SBR_DATA
552 or EXT_SBR_DATA_CRC shall not contain any other extension_payload of any other extension_type.
637 not have extension_type == EXT_DATA_LENGTH. */
    [all...]
  /frameworks/av/media/libstagefright/
ItemTable.cpp 1019 uint32_t extension_type; local
1020 if (!source()->getUInt32(offset, &extension_type)) {
    [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 271 CBS *out, uint16_t extension_type) {
283 if (type == extension_type) {
293 uint16_t extension_type,
297 if (!ssl_client_hello_get_extension(client_hello, &cbs, extension_type)) {
3315 uint16_t extension_type; local
    [all...]

Completed in 188 milliseconds