Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DAAMRAssembler.cpp33 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
68 CHECK(GetAttribute(params.c_str(), "octet-align", &value) && value == "1"); in AAMRAssembler()
69 CHECK(!GetAttribute(params.c_str(), "crc", &value) || value == "0"); in AAMRAssembler()
70 CHECK(!GetAttribute(params.c_str(), "interleaving", &value)); in AAMRAssembler()
DAPacketSource.cpp44 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
113 if (!GetAttribute(params, "profile-level-id", &val)) { in MakeAVCCodecSpecificData()
128 if (!GetAttribute(params, "sprop-parameter-sets", &val)) { in MakeAVCCodecSpecificData()
220 CHECK(GetAttribute(params, "config", &val)); in MakeAACCodecSpecificData()
259 if (GetAttribute(params, "objectType", &val)) { in MakeAACCodecSpecificData2()
268 CHECK(GetAttribute(params, "config", &val)); in MakeAACCodecSpecificData2()
365 CHECK(GetAttribute(params, "config", &val)); in MakeMPEG4VideoCodecSpecificData()
539 if (!GetAttribute(params.c_str(), "mode", &val) in APacketSource()
DAMPEG4ElementaryAssembler.cpp38 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
72 if (!GetAttribute(s, key, &val)) { in GetIntegerAttribute()
133 CHECK(GetAttribute(params.c_str(), "mode", &value)); in AMPEG4ElementaryAssembler()
DMyHandler.h70 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
265 if (!GetAttribute(transport.c_str(), in pokeAHole()
284 if (!GetAttribute(transport.c_str(), in pokeAHole()
524 if (GetAttribute( in onMessageReceived()
1106 CHECK(GetAttribute(range.c_str(), "npt", &val)); in parsePlayResponse()
1129 CHECK(GetAttribute((*it).c_str(), "url", &val)); in parsePlayResponse()
1138 CHECK(GetAttribute((*it).c_str(), "seq", &val)); in parsePlayResponse()
1147 CHECK(GetAttribute((*it).c_str(), "rtptime", &val)); in parsePlayResponse()
DAMPEG4AudioAssembler.cpp35 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
443 if (!GetAttribute(params.c_str(), "cpresent", &val)) { in AMPEG4AudioAssembler()
452 CHECK(GetAttribute(params.c_str(), "config", &val)); in AMPEG4AudioAssembler()
DMyTransmitter.h52 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
491 CHECK(GetAttribute(transport.c_str(), "server_port", &value)); in onMessageReceived()
496 CHECK(GetAttribute(transport.c_str(), "source", &value)); in onMessageReceived()
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp279 ProgramVar program_var = program->GetAttribute(attr_string); in Java_android_filterfw_core_ShaderProgram_setShaderAttributeValues()
311 ProgramVar program_var = program->GetAttribute(attr_string); in Java_android_filterfw_core_ShaderProgram_setShaderAttributeVertexFrame()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h232 ProgramVar GetAttribute(const std::string& name) const;
Dshader_program.cpp941 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { in GetAttribute() function in android::filterfw::ShaderProgram