OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemMeta
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp
102
sp<AMessage>
itemMeta
;
104
index, NULL /* uri */, &
itemMeta
));
107
CHECK(
itemMeta
->findInt64("durationUs", &itemDurationUs));
139
sp<AMessage>
itemMeta
;
140
CHECK(mPlaylist->itemAt(n - 1, NULL /* uri */, &
itemMeta
));
143
CHECK(
itemMeta
->findInt64("durationUs", &itemDurationUs));
182
sp<AMessage>
itemMeta
;
188
CHECK(mPlaylist->itemAt(i, &uri, &
itemMeta
));
190
if (
itemMeta
->findString("cipher-method", &method)) {
209
if (!
itemMeta
->findString("cipher-uri", &keyURI))
[
all
...]
M3UParser.cpp
463
sp<AMessage>
itemMeta
;
509
err = parseCipherInfo(line, &
itemMeta
, mBaseURI);
518
err = parseMetaDataDuration(line, &
itemMeta
, "durationUs");
523
if (
itemMeta
== NULL) {
524
itemMeta
= new AMessage;
526
itemMeta
->setInt32("discontinuity", true);
532
err = parseStreamInf(line, &
itemMeta
);
542
if (
itemMeta
== NULL) {
543
itemMeta
= new AMessage;
546
itemMeta
->setInt64("range-offset", offset)
[
all
...]
PlaylistFetcher.h
178
const sp<ABuffer> &buffer, const sp<AMessage> &
itemMeta
);
Completed in 30 milliseconds