OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aud
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/formats/mp2t/
es_parser_h264_unittest.cc
36
// Access units of the stream with
AUD
NALUs.
46
// Insert an
AUD
before each access unit.
108
uint8
aud
[] = { 0x00, 0x00, 0x01, 0x09 };
local
111
stream_.size() + access_units_.size() * sizeof(
aud
));
118
access_units_with_aud[k].size = access_units_[k].size + sizeof(
aud
);
120
memcpy(&stream_with_aud[offset],
aud
, sizeof(
aud
));
121
offset += sizeof(
aud
);
/cts/tests/tests/media/src/android/media/cts/
DecoderTest.java
269
ArrayList<Integer>
aud
= new ArrayList<Integer>();
local
283
aud
.add(n1);
322
assertEquals(
aud
.size(), idx);
325
assertEquals(
aud
.get(idx++).intValue(), n1);
349
assertEquals(
aud
.size(), idx);
352
assertEquals(
aud
.get(idx++).intValue(), n1);
377
assertEquals(
aud
.size(), audidx);
385
assertEquals(
aud
.get(audidx++).intValue(), n1);
409
assertEquals(
aud
.size(), audidx);
416
assertEquals(
aud
.get(audidx++).intValue(), n1)
[
all
...]
Completed in 69 milliseconds