Home
last modified time | relevance | path

Searched refs:LOAS_SYNC_WORD (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dloasdec.c28 #define LOAS_SYNC_WORD 0x2b7 macro
45 if ((header >> 13) != LOAS_SYNC_WORD) in loas_probe()
/third_party/ffmpeg/libavcodec/
Daacdec.c265 #define LOAS_SYNC_WORD 0x2b7 ///< 11 bits LOAS sync word macro
495 if (get_bits(&gb, 11) != LOAS_SYNC_WORD) in latm_decode_frame()