Home
last modified time | relevance | path

Searched refs:sCodecName (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
DNativeEncoder.cpp44 string sCodecName = string(codecName); in Java_com_android_media_benchmark_library_Native_Encode() local
75 auto status = encoder->encode(sCodecName, eleStream, eleSize, mode, encParams, in Java_com_android_media_benchmark_library_Native_Encode()
81 ALOGV("Encoding complete with codec %s for asyncMode = %d", sCodecName.c_str(), mode); in Java_com_android_media_benchmark_library_Native_Encode()
97 encoder->dumpStatistics(inputReference, clipDurationUs, sCodecName, in Java_com_android_media_benchmark_library_Native_Encode()
DNativeDecoder.cpp99 string sCodecName = string(codecName); in Java_com_android_media_benchmark_library_Native_Decode() local
101 status = decoder->decode(inputBuffer, frameInfo, sCodecName, asyncMode); in Java_com_android_media_benchmark_library_Native_Decode()
112 decoder->dumpStatistics(sInputReference, sCodecName, (asyncMode ? "async" : "sync"), in Java_com_android_media_benchmark_library_Native_Decode()