Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp2072 const uint32_t mhap_compatible_sets_size = mhap_header[8]; in parseChunk() local
2073 if (chunk_size != sizeof(mhap_header) + mhap_compatible_sets_size) { in parseChunk()
2078 uint8_t mhap_compatible_sets[mhap_compatible_sets_size]; in parseChunk()