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

  /frameworks/av/media/libstagefright/
Utils.cpp 441 static size_t reassembleAVCC(const sp<ABuffer> &csd0, const sp<ABuffer> csd1, char *avcc) {
485 if (i >= csd1->size() - 4 ||
486 memcmp(csd1->data() + i, "\x00\x00\x00\x01", 4) == 0) {
487 if (i >= csd1->size() - 4) {
489 i = csd1->size();
496 memcpy(avcc+avccidx, csd1->data() + lastparamoffset, size);
505 } while(i < csd1->size());
655 sp<ABuffer> csd1; local
656 if (msg->findBuffer("csd-1", &csd1)) {
658 size_t outsize = reassembleAVCC(csd0, csd1, avcc)
    [all...]
  /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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 1145 CharsetDetector csd1 = new CharsetDetector(); local
    [all...]

Completed in 111 milliseconds