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

  /frameworks/av/media/libstagefright/
Utils.cpp 1463 sp<ABuffer> csd0, csd1, csd2; local
1467 sp<ABuffer> csd1; local
    [all...]
  /hardware/google/av/media/codecs/cmds/
codec2.cpp 205 sp<ABuffer> csd0, csd1; local
207 format->findBuffer("csd-1", &csd1);
302 } else if (csd1 != nullptr) {
303 csd = csd1;
304 csd1 = nullptr;
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 833 UCharsetDetector *csd1 = ucsdet_open(&status); local
834 ucsdet_setText(csd1, bWindows, lWindows, &status);
835 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 1162 CharsetDetector csd1 = new CharsetDetector(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 1159 CharsetDetector csd1 = new CharsetDetector(); local
    [all...]

Completed in 1482 milliseconds