| /frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
| D | Native.java | 28 String codecName, boolean asyncMode); in Decode() 31 String statsFile, String codecName); in Encode()
|
| D | Decoder.java | 63 private MediaCodec createCodec(String codecName, MediaFormat format) throws IOException { in createCodec() 103 @NonNull MediaFormat format, String codecName) throws IOException { in decode()
|
| D | Encoder.java | 79 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/opt/net/voip/src/jni/rtp/ |
| D | AudioCodec.cpp | 39 AudioCodec *newAudioCodec(const char *codecName) in newAudioCodec()
|
| D | AudioGroup.cpp | 988 char codecName[16]; in add() local
|
| /frameworks/av/media/tests/benchmark/tests/ |
| D | DecoderTest.cpp | 78 string codecName = get<1>(params); in TEST_P() local
|
| D | C2DecoderTest.cpp | 123 for (string codecName : mCodecList) { in TEST_P() local
|
| D | EncoderTest.cpp | 128 string codecName = get<1>(params); in TEST_P() local
|
| D | C2EncoderTest.cpp | 127 for (string codecName : mCodecList) { in TEST_P() local
|
| /frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
| D | NativeDecoder.cpp | 98 const char *codecName = env->GetStringUTFChars(jCodecName, nullptr); in Java_com_android_media_benchmark_library_Native_Decode() local
|
| D | NativeEncoder.cpp | 138 const char *codecName = env->GetStringUTFChars(jCodecName, NULL); in Java_com_android_media_benchmark_library_Native_Encode() local
|
| /frameworks/av/media/tests/benchmark/src/native/common/ |
| D | BenchmarkCommon.cpp | 66 AMediaCodec *createMediaCodec(AMediaFormat *format, const char *mime, string codecName, in createMediaCodec()
|
| /frameworks/av/media/tests/benchmark/src/native/encoder/ |
| D | Encoder.cpp | 191 int32_t Encoder::encode(string &codecName, ifstream &eleStream, size_t eleSize, bool asyncMode, in encode()
|
| /frameworks/av/media/tests/benchmark/src/native/decoder/ |
| D | Decoder.cpp | 153 string &codecName, bool asyncMode, FILE *outFp) { in decode()
|
| /frameworks/av/services/camera/libcameraservice/api2/ |
| D | HeicEncoderInfoManager.cpp | 183 const char* codecName, in getCodecSizeRange()
|
| /frameworks/av/media/libstagefright/ |
| D | MediaCodecList.cpp | 233 std::string codecName = (*it)->getCodecName(); in MediaCodecList() local
|
| /frameworks/av/media/libstagefright/tests/mediacodec/ |
| D | MediaCodecTest.cpp | 159 const AString &codecName, in SetupMediaCodec()
|
| /frameworks/av/media/libstagefright/xmlparser/ |
| D | MediaCodecsXmlParser.cpp | 276 std::string codecName() const { in codecName() function 1462 const auto &codecName = codec.first; in generateRoleMap() local
|