Searched defs:sampleRate_to (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2367 int32_t sampleRate_from, sampleRate_to; local
2369 CHECK(to->findInt32(kKeySampleRate, &sampleRate_to));
2371 if (sampleRate_from != sampleRate_to) {

Completed in 50 milliseconds