Home
last modified time | relevance | path

Searched defs:codecName (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DNative.java28 String codecName, boolean asyncMode); in Decode()
31 String codecName, String mime, int bitRate, int colorFormat, int frameInterval, in Encode()
DDecoder.java63 private MediaCodec createCodec(String codecName, MediaFormat format) throws IOException { in createCodec()
103 @NonNull MediaFormat format, String codecName) throws IOException { in decode()
DEncoder.java79 private MediaCodec createCodec(String codecName, String mime) throws IOException { in createCodec()
116 public int encode(String codecName, MediaFormat encodeFormat, String mime, int frameRate, in encode()
/frameworks/av/media/libstagefright/xmlparser/test/
DXMLParserTest.cpp35 string codecName; member
42 string codecName; member
174 void XMLParseTest::setCodecProperties(string codecName, bool isEncoder, int32_t order, in setCodecProperties()
200 string typeName, string codecName, in setRoleProperties()
254 void XMLParseTest::checkRoleMap(int32_t index, bool isEncoder, string typeName, string codecName, in checkRoleMap()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioCodec.cpp39 AudioCodec *newAudioCodec(const char *codecName) in newAudioCodec()
DAudioGroup.cpp984 char codecName[16]; in add() local
/frameworks/av/media/tests/benchmark/tests/
DDecoderTest.cpp78 string codecName = get<1>(params); in TEST_P() local
DC2DecoderTest.cpp123 for (string codecName : mCodecList) { in TEST_P() local
DC2EncoderTest.cpp127 for (string codecName : mCodecList) { in TEST_P() local
DEncoderTest.cpp134 string codecName = get<1>(params); in TEST_P() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
DNativeDecoder.cpp98 const char *codecName = env->GetStringUTFChars(jCodecName, nullptr); in Java_com_android_media_benchmark_library_Native_Decode() local
DNativeEncoder.cpp43 const char *codecName = env->GetStringUTFChars(jCodecName, nullptr); in Java_com_android_media_benchmark_library_Native_Encode() local
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkCommon.cpp66 AMediaCodec *createMediaCodec(AMediaFormat *format, const char *mime, string codecName, in createMediaCodec()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.cpp191 int32_t Encoder::encode(string &codecName, ifstream &eleStream, size_t eleSize, bool asyncMode, in encode()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DDecoder.cpp153 string &codecName, bool asyncMode, FILE *outFp) { in decode()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp181 const char* codecName, in getCodecSizeRange()
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp233 std::string codecName = (*it)->getCodecName(); in MediaCodecList() local
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp276 std::string codecName() const { in codecName() function
1462 const auto &codecName = codec.first; in generateRoleMap() local