Searched refs:bigEndian (Results 1 – 1 of 1) sorted by relevance
1094 int32_t bigEndian = 0; in read() local1100 AMEDIAFORMAT_KEY_PCM_BIG_ENDIAN, &bigEndian); in read()1103 if (bigEndian == 1 && bitPerFrame == 16) { in read()2155 int32_t bigEndian = !strcmp("A_PCM/INT/BIG", codecID) ? 1: 0; in addTracks() local2157 AMEDIAFORMAT_KEY_PCM_BIG_ENDIAN, bigEndian); in addTracks()