Home
last modified time | relevance | path

Searched defs:inputFileName (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/frameworks/av/media/module/extractors/tests/
H A DExtractorUnitTest.cpp230 int32_t ExtractorUnitTest::setDataSource(string inputFileName) { in setDataSource()
381 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
404 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
455 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
533 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
575 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
748 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
838 string inputFileName = gEnv->getRes() + get<1>(GetParam()); in TEST_P() local
882 string inputFileName = gEnv->getRes(); in TEST_P() local
968 size_t allocateOutputBuffers(string inputFileName, AMediaFormat *extractorFormat) { in allocateOutputBuffers()
[all …]
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DNative.java22 public native int Extract(String inputFilePath, String inputFileName, String statsFile); in Extract()
24 public native int Mux(String inputFilePath, String inputFileName, String outputFilePath, in Mux()
27 public native int Decode(String inputFilePath, String inputFileName, String statsFile, in Decode()
30 public native int Encode(String inputFilePath, String inputFileName, String statsFile, in Encode()
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/test/
H A DXMLParserTest.cpp355 string inputFileName = gEnv->getRes() + XML_FILE_NAME; in TEST_F() local
401 string inputFileName = gEnv->getRes() + XML_FILE_NAME; in TEST_F() local
440 string inputFileName = gEnv->getRes() + XML_FILE_NAME; in TEST_F() local
/aosp_15_r20/frameworks/av/media/libstagefright/tests/extractorFactory/
H A DExtractorFactoryTest.cpp57 int32_t ExtractorFactoryTest::createDataSource(string inputFileName) { in createDataSource()
110 string inputFileName = gEnv->getRes() + GetParam().first; in TEST_P() local
/aosp_15_r20/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java370 String inputFileName = "s2cells_random_entry_value.txt"; in testCreateSatS2FileWithValidInputAndRandomEntryValue() local
373 TestUtils.copyTestResource(getClass(), inputFileName, inputDirPath); in testCreateSatS2FileWithValidInputAndRandomEntryValue() local
/aosp_15_r20/frameworks/av/media/module/codecs/flac/dec/test/
H A DFlacDecoderTest.cpp199 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() local
228 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() local
/aosp_15_r20/external/tremolo/tests/
H A DVorbisDecoderTest.cpp269 string inputFileName = gEnv->getRes() + GetParam().first; in TEST_P() local
299 string inputFileName = gEnv->getRes() + GetParam().first; in TEST_P() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp318 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() local
347 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dtfl_quantizer.cc32 static opt<std::string> inputFileName(llvm::cl::Positional, variable
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeExtractor.cpp32 const char *inputFileName = env->GetStringUTFChars(jInputFileName, nullptr); in Java_com_android_media_benchmark_library_Native_Extract() local
H A DNativeMuxer.cpp36 const char *inputFileName = env->GetStringUTFChars(jInputFileName, nullptr); in Java_com_android_media_benchmark_library_Native_Mux() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
H A Dimporter_test_min_max.cc46 static opt<std::string> inputFileName(llvm::cl::Positional, variable
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DInterp.java74 String inputFileName = args[3]; in main() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DResourcesManagerPerfTest.java65 private static File copyApkToTemp(String inputFileName, String fileName) throws Exception { in copyApkToTemp()
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dstr_to_float_comparison_test.cpp57 int checkFile(char *inputFileName, int *totalFails, int *totalBitDiffs, in checkFile()
/aosp_15_r20/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp209 void WriterTest::getInputBufferInfo(string inputFileName, string inputInfo, int32_t idx) { in getInputBufferInfo()
329 void WriterTest::setupExtractor(AMediaExtractor *extractor, string inputFileName, in setupExtractor()
/aosp_15_r20/external/armnn/tests/ImageTensorGenerator/
H A DImageTensorGenerator.cpp77 bool ValidateInputFile(const std::string& inputFileName) in ValidateInputFile()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/
H A DF2mProofer.java82 String inputFileName = PATH + INPUT_FILE_NAME_PREFIX + m in multiplyPoints() local
/aosp_15_r20/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/
H A DDecodeWorker.java89 String inputFileName; in buildOutputPath() local
/aosp_15_r20/external/bouncycastle/bcprov/src/test/java/org/bouncycastle/math/ec/test/
H A DF2mProofer.java78 String inputFileName = PATH + INPUT_FILE_NAME_PREFIX + m in multiplyPoints() local
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dsidebar.ts105 const inputFileName = window.prompt( constant
/aosp_15_r20/frameworks/av/media/module/foundation/tests/OpusHeader/
H A DOpusHeaderTest.cpp208 string inputFileName = gEnv->getRes() + get<0>(params); in TEST_P() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/gensprep/
H A Dgensprep.c145 const char *bundleName=NULL, *inputFileName = NULL; in main() local
/aosp_15_r20/external/icu/icu4c/source/tools/gensprep/
H A Dgensprep.c145 const char *bundleName=NULL, *inputFileName = NULL; in main() local
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DEncoderTest.java169 private static int decodeFile(String inputFileName, File outputDecodeFile) in decodeFile()

123