HomeSort by relevance Sort by last modified time
    Searched refs:kWebMIdChannels (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/formats/webm/
webm_audio_client.cc 101 if (id == kWebMIdChannels) {
tracks_builder.cc 307 payload_size += UIntElementSize(kWebMIdChannels, audio_channels_);
377 WriteUIntElement(buf, buf_size, kWebMIdChannels, audio_channels_);
webm_constants.h 31 const int kWebMIdChannels = 0x9F;
webm_parser.cc 204 {UINT, kWebMIdChannels},

Completed in 36 milliseconds