Home
last modified time | relevance | path

Searched refs:sourceFilePath (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingClientManager_tests.cpp395 request.sourceFilePath = "test_source_file_0"; in TEST_F()
403 request.sourceFilePath = "test_source_file_1"; in TEST_F()
409 request.sourceFilePath = "test_source_file_2"; in TEST_F()
417 badRequest.sourceFilePath = "bad_source_file"; in TEST_F()
423 badRequest.sourceFilePath = "test_source_file_3"; in TEST_F()
478 request.sourceFilePath = "test_source_file_name"; in TEST_F()
523 request.sourceFilePath = "test_source_file_0"; in TEST_F()
529 request.sourceFilePath = "test_source_file_1"; in TEST_F()
540 request.sourceFilePath = "test_source_file_2"; in TEST_F()
608 request.sourceFilePath = "test_source_file_0"; in TEST_F()
[all …]
/aosp12/frameworks/av/services/mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h368 bool submit(int32_t sessionId, const char* sourceFilePath, const char* destinationFilePath,
377 request.sourceFilePath = sourceFilePath;
417 bool getSession(int32_t sessionId, const char* sourceFilePath, in getSession()
428 EXPECT_EQ(session.request.sourceFilePath, sourceFilePath); in getSession()
433 session.request.sourceFilePath == sourceFilePath && in getSession()
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscodingRequest.h47 sourceFilePath = parcel.sourceFilePath; in setTo()
/aosp12/build/soong/etc/
H A Dprebuilt_etc.go134 sourceFilePath android.Path member
279 p.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
293 filename = p.sourceFilePath.Base()
322 Input: p.sourceFilePath,
/aosp12/build/soong/sh/
H A Dsh_binary.go154 sourceFilePath android.Path member
233 s.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(s.properties.Src))
238 filename = s.sourceFilePath.Base()
253 Input: s.sourceFilePath,
/aosp12/frameworks/av/media/libmediatranscoding/aidl/android/media/
H A DTranscodingRequestParcel.aidl35 @utf8InCpp String sourceFilePath;
/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingClientManager.cpp128 if (in_request.sourceFilePath.empty() || in_request.destinationFilePath.empty()) { in submitRequest()
H A DTranscoderWrapper.cpp380 status = clientCb->openFileDescriptor(request.sourceFilePath, "r", &srcFd); in setupTranscoder()
H A DTranscodingSessionController.cpp367 snprintf(buffer, SIZE, " src: %s\n", request.sourceFilePath.c_str()); in dumpSession_l()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaTranscodingManager.java652 parcel.sourceFilePath = mSourceUri.toString(); in writeToParcel()