Searched refs:GetAttribute (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DParsedMessage.h40 static bool GetAttribute(const char *s, const char *key, AString *value);
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp33 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
68 CHECK(GetAttribute(params.c_str(), "octet-align", &value) && value == "1");
69 CHECK(!GetAttribute(params.c_str(), "crc", &value) || value == "0");
70 CHECK(!GetAttribute(params.c_str(), "interleaving", &value));
H A DAPacketSource.cpp44 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
114 if (GetAttribute(params, "profile-level-id", &val)) {
126 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
225 CHECK(GetAttribute(params, "config", &val));
264 if (GetAttribute(params, "objectType", &val)) {
273 CHECK(GetAttribute(params, "config", &val));
370 CHECK(GetAttribute(params, "config", &val));
544 if (!GetAttribute(params.c_str(), "mode", &val)
H A DAMPEG4ElementaryAssembler.cpp38 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
72 if (!GetAttribute(s, key, &val)) {
133 CHECK(GetAttribute(params.c_str(), "mode", &value));
H A DAMPEG4AudioAssembler.cpp35 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
441 if (!GetAttribute(params.c_str(), "cpresent", &val)) {
450 CHECK(GetAttribute(params.c_str(), "config", &val));
H A DMyHandler.h59 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
308 if (!GetAttribute(transport.c_str(),
327 if (!GetAttribute(transport.c_str(),
652 if (GetAttribute(
1396 CHECK(GetAttribute(range.c_str(), "npt", &val));
1419 CHECK(GetAttribute((*it).c_str(), "url", &val));
1428 CHECK(GetAttribute((*it).c_str(), "seq", &val));
1437 CHECK(GetAttribute((*it).c_str(), "rtptime", &val));
H A DMyTransmitter.h52 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
491 CHECK(GetAttribute(transport.c_str(), "server_port", &value));
496 CHECK(GetAttribute(transport.c_str(), "source", &value));
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp252 bool ParsedMessage::GetAttribute( function in class:android::ParsedMessage
285 if (!GetAttribute(s, key, &stringValue)) {
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp279 ProgramVar program_var = program->GetAttribute(attr_string);
311 ProgramVar program_var = program->GetAttribute(attr_string);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h232 ProgramVar GetAttribute(const std::string& name) const;
H A Dshader_program.cpp941 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { function in class:android::filterfw::ShaderProgram
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1176 if (ParsedMessage::GetAttribute(
1185 if (!ParsedMessage::GetAttribute(
1209 if (!ParsedMessage::GetAttribute(

Completed in 145 milliseconds