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

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_alac.h 39 uint32_t channelLayout;
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_alac.h 21 uint32_t channelLayout;
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio_alac.h 39 uint32_t channelLayout;
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_audio_alac.h 21 uint32_t channelLayout;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DTSSpecificBox.java 31 int channelLayout;
60 channelLayout = brb.readBits(16);
82 bwb.writeBits(channelLayout, 16);
179 return channelLayout;
182 public void setChannelLayout(int channelLayout) {
183 this.channelLayout = channelLayout;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 405 final int channelLayout = dtsSpecificBox.getChannelLayout();
406 dtsCodecPrivateData.put((byte) (channelLayout & 0xff));
407 dtsCodecPrivateData.put((byte) (channelLayout >>> 8));
408 dtsCodecPrivateData.put((byte) (channelLayout >>> 16));
409 dtsCodecPrivateData.put((byte) (channelLayout >>> 24));
453 final int channelLayout = dtsSpecificBox.getChannelLayout();
456 if ((channelLayout & 0x0001) == 0x0001) {
461 if ((channelLayout & 0x0002) == 0x0002) {
467 if ((channelLayout & 0x0004) == 0x0004) {
474 if ((channelLayout & 0x0008) == 0x0008)
    [all...]
  /external/aac/libDRCdec/src/
drcDec_types.h 297 /* channelLayout() (Table 62) */
333 CHANNEL_LAYOUT channelLayout;

Completed in 256 milliseconds