Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMetaDataUtils.cpp52 unsigned channel_configuration) { in MakeAACCodecSpecificData() argument
63 channelCount = channel_configuration; in MakeAACCodecSpecificData()
93 ((sampling_freq_index << 7) & 0x80) | (channel_configuration << 3); in MakeAACCodecSpecificData()
DMPEG2TSWriter.cpp306 unsigned channel_configuration = in appendAACFrames() local
319 | ((channel_configuration >> 2) & 1); // private_bit=0 in appendAACFrames()
323 (channel_configuration & 3) << 6 in appendAACFrames()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataUtils.h28 unsigned channel_configuration);
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp861 unsigned channel_configuration = bits.getBits(3); in dequeueAccessUnitAAC() local
862 if (channel_configuration == 0u) { in dequeueAccessUnitAAC()
870 profile, sampling_freq_index, channel_configuration); in dequeueAccessUnitAAC()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp2077 unsigned channel_configuration = bits.getBits(3); in extractAndQueueAccessUnits() local
2078 CHECK_NE(channel_configuration, 0u); in extractAndQueueAccessUnits()
2083 profile, sampling_freq_index, channel_configuration); in extractAndQueueAccessUnits()