OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csd1
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
Utils.cpp
261
static size_t reassembleAVCC(const sp<ABuffer> &csd0, const sp<ABuffer>
csd1
, char *avcc) {
305
if (i >=
csd1
->size() - 4 ||
306
memcmp(
csd1
->data() + i, "\x00\x00\x00\x01", 4) == 0) {
307
if (i >=
csd1
->size() - 4) {
309
i =
csd1
->size();
316
memcpy(avcc+avccidx,
csd1
->data() + lastparamoffset, size);
325
} while(i <
csd1
->size());
441
sp<ABuffer>
csd1
;
local
442
if (msg->findBuffer("csd-1", &
csd1
)) {
444
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 39 milliseconds