/frameworks/av/media/libstagefright/rtsp/ |
D | AAMRAssembler.cpp | 33 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()
|
D | APacketSource.cpp | 44 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()
|
D | AMPEG4ElementaryAssembler.cpp | 38 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()
|
D | MyHandler.h | 70 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()
|
D | AMPEG4AudioAssembler.cpp | 35 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()
|
D | MyTransmitter.h | 52 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/ |
D | jni_shader_program.cpp | 279 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/ |
D | shader_program.h | 232 ProgramVar GetAttribute(const std::string& name) const;
|
D | shader_program.cpp | 941 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { in GetAttribute() function in android::filterfw::ShaderProgram
|