OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemMeta
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
M3UParser.cpp
156
sp<AMessage>
itemMeta
;
202
err = parseCipherInfo(line, &
itemMeta
, mBaseURI);
211
err = parseMetaDataDuration(line, &
itemMeta
, "durationUs");
216
if (
itemMeta
== NULL) {
217
itemMeta
= new AMessage;
219
itemMeta
->setInt32("discontinuity", true);
225
err = parseStreamInf(line, &
itemMeta
);
235
if (
itemMeta
== NULL) {
236
itemMeta
= new AMessage;
239
itemMeta
->setInt64("range-offset", offset)
[
all
...]
LiveSession.cpp
392
sp<AMessage>
itemMeta
;
394
index, NULL /* uri */, &
itemMeta
));
397
CHECK(
itemMeta
->findInt64("durationUs", &itemDurationUs));
498
sp<AMessage>
itemMeta
;
499
CHECK(mPlaylist->itemAt(n - 1, NULL /* uri */, &
itemMeta
));
502
CHECK(
itemMeta
->findInt64("durationUs", &itemDurationUs));
584
sp<AMessage>
itemMeta
;
586
i, NULL /* uri */, &
itemMeta
));
589
CHECK(
itemMeta
->findInt64("durationUs", &itemDurationUs));
616
sp<AMessage>
itemMeta
;
[
all
...]
Completed in 390 milliseconds