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

  /frameworks/av/media/libstagefright/
Utils.cpp 256 static size_t reassembleAVCC(const sp<ABuffer> &csd0, const sp<ABuffer> csd1, char *avcc) {
300 if (i >= csd1->size() - 4 ||
301 memcmp(csd1->data() + i, "\x00\x00\x00\x01", 4) == 0) {
302 if (i >= csd1->size() - 4) {
304 i = csd1->size();
311 memcpy(avcc+avccidx, csd1->data() + lastparamoffset, size);
320 } while(i < csd1->size());
436 sp<ABuffer> csd1; local
437 if (msg->findBuffer("csd-1", &csd1)) {
439 size_t outsize = reassembleAVCC(csd0, csd1, avcc)
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 782 UCharsetDetector *csd1 = ucsdet_open(&status); local
783 ucsdet_setText(csd1, bWindows, lWindows, &status);
784 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
805 ucsdet_close(csd1);

Completed in 85 milliseconds