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

  /external/chromium_org/media/base/
sample_format.h 15 // adding a sample format, do so at the bottom before kSampleFormatMax, and
16 // update the value of kSampleFormatMax.
26 kSampleFormatMax = kSampleFormatPlanarF32,
audio_decoder_config.cc 54 kSampleFormatMax + 1);
  /external/chromium_org/chromecast/media/cma/ipc_streamer/
audio_decoder_config_marshaller.cc 55 CHECK_LE(sample_format, ::media::kSampleFormatMax);

Completed in 1414 milliseconds