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

  /external/chromium_org/media/filters/
audio_decoder_unittest.cc 39 OPUS,
105 case OPUS:
190 // Don't set discard padding for Opus, it already has discard behavior set
374 ASSERT_EQ(GetParam().decoder_type, OPUS);
390 ASSERT_EQ(GetParam().decoder_type, OPUS);
432 {OPUS, kCodecOpus, "sfx-opus.ogg", kSfxOpusExpectations, -312, 48000,
434 {OPUS, kCodecOpus, "bear-opus.ogg", kBearOpusExpectations, 24, 48000,
440 {OPUS, kUnknownAudioCodec, "", NULL, 0, 0, CHANNEL_LAYOUT_NONE}
    [all...]
  /external/chromium_org/net/base/
mime_util.cc 64 OPUS,
213 { "audio/ogg", "ogg,oga,opus" },
496 case MimeUtil::OPUS:
497 // TODO(vigneshv): Change this similar to the VP9 check once Opus is
543 { "video/webm", "opus,vorbis,vp8,vp8.0,vp9,vp9.0" },
544 { "audio/webm", "opus,vorbis" },
547 { "video/ogg", "opus,theora,vorbis" },
548 { "audio/ogg", "opus,vorbis" },
549 { "application/ogg", "opus,theora,vorbis" },
581 { "opus", MimeUtil::OPUS }
    [all...]

Completed in 3146 milliseconds