Lines Matching refs:cdstPath
558 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation() local
559 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetLocation()
627 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetLocation()
629 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
643 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint() local
644 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint()
695 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetOrientationHint()
697 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
727 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack() local
729 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack()
737 auto* dstInfo = new MuxerNativeTestHelper(cdstPath); in nativeTestMultiTrack()
755 ALOGE("failed to open output file %s", cdstPath); in nativeTestMultiTrack()
758 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestMultiTrack()
800 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestOffsetPts() local
808 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestOffsetPts()
814 auto* outInfo = new MuxerNativeTestHelper(cdstPath); in nativeTestOffsetPts()
823 ALOGE("failed to open output file %s", cdstPath); in nativeTestOffsetPts()
834 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestOffsetPts()
863 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleMux() local
871 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSimpleMux()
879 auto* outInfo = new MuxerNativeTestHelper(cdstPath, cMediaType); in nativeTestSimpleMux()
892 cMediaType, cdstPath); in nativeTestSimpleMux()
895 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleMux()
915 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestGetTrackCount() local
916 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestGetTrackCount()
941 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestGetTrackCount()
995 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestGetTrackFormat() local
996 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestGetTrackFormat()
1024 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestGetTrackFormat()
1084 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleAppend() local
1086 ALOGV("cdstPath:%s", cdstPath); in nativeTestSimpleAppend()
1093 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestSimpleAppend()
1111 auto* mediaInfoDest = new MuxerNativeTestHelper(cdstPath, nullptr); in nativeTestSimpleAppend()
1117 ALOGE("failed to open output file %s", cdstPath); in nativeTestSimpleAppend()
1123 ofp = fopen(cdstPath, "r+"); in nativeTestSimpleAppend()
1153 auto* mediaInfoDest = new MuxerNativeTestHelper(cdstPath, nullptr); in nativeTestSimpleAppend()
1159 ALOGE("failed to open output file %s", cdstPath); in nativeTestSimpleAppend()
1165 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleAppend()
1249 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIgnoreLastGOPAppend() local
1251 ALOGV("cdstPath:%s", cdstPath); in nativeTestIgnoreLastGOPAppend()
1258 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestIgnoreLastGOPAppend()
1278 auto* mediaInfoDest = new MuxerNativeTestHelper(cdstPath, nullptr); in nativeTestIgnoreLastGOPAppend()
1284 ALOGE("failed to open output file %s", cdstPath); in nativeTestIgnoreLastGOPAppend()
1290 ofp = fopen(cdstPath, "r+"); in nativeTestIgnoreLastGOPAppend()
1325 auto* mediaInfoDest = new MuxerNativeTestHelper(cdstPath, nullptr); in nativeTestIgnoreLastGOPAppend()
1331 ALOGE("failed to open output file %s", cdstPath); in nativeTestIgnoreLastGOPAppend()
1337 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIgnoreLastGOPAppend()