Searched defs:tsSchema (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DUtils.cpp1367 AString tsSchema; local
1368 if (msg->findString("ts-schema", &tsSchema)) {
1372 int tags = sscanf(tsSchema.c_str(), "android.generic.%u%c%u%c",
H A DACodec.cpp2487 AString tsSchema; local
2488 if (!msg->findString("ts-schema", &tsSchema)) {
2498 if (sscanf(tsSchema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1
2501 } else if ((tags = sscanf(tsSchema.c_str(), "android.generic.%u%c%u%c",
2508 ALOGI("Ignoring unsupported ts-schema [%s]", tsSchema.c_str());
2561 configSchema.c_str(), tsSchema.c_str());
2571 tsSchema.c_str(), configSchema.c_str(),
4355 AString tsSchema; local
4357 if (msg->findString("ts-schema", &tsSchema)
4469 AString tsSchema; local
[all...]

Completed in 1374 milliseconds