Lines Matching refs:ofp

559     FILE* ofp = fopen(cdstPath, "wbe+");  in nativeTestSetLocation()  local
560 if (ofp) { in nativeTestSetLocation()
561 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestSetLocation()
624 fclose(ofp); in nativeTestSetLocation()
644 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint() local
645 if (ofp) { in nativeTestSetOrientationHint()
646 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestSetOrientationHint()
692 fclose(ofp); in nativeTestSetOrientationHint()
729 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack() local
730 if (ofp) { in nativeTestMultiTrack()
731 muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestMultiTrack()
735 fclose(ofp); in nativeTestMultiTrack()
808 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestOffsetPts() local
809 if (ofp) { in nativeTestOffsetPts()
810 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)format); in nativeTestOffsetPts()
813 fclose(ofp); in nativeTestOffsetPts()
871 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSimpleMux() local
872 if (ofp) { in nativeTestSimpleMux()
873 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)fmt); in nativeTestSimpleMux()
877 fclose(ofp); in nativeTestSimpleMux()
916 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestGetTrackCount() local
917 if (ofp) { in nativeTestGetTrackCount()
918 AMediaMuxer *muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestGetTrackCount()
935 fclose(ofp); in nativeTestGetTrackCount()
959 FILE* ofp = fopen(csrcPath, "r"); in nativeTestAppendGetTrackCount() local
960 if (ofp) { in nativeTestAppendGetTrackCount()
961 AMediaMuxer *muxer = AMediaMuxer_append(fileno(ofp), (AppendMode)mode); in nativeTestAppendGetTrackCount()
974 fclose(ofp); in nativeTestAppendGetTrackCount()
975 ofp = nullptr; in nativeTestAppendGetTrackCount()
996 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestGetTrackFormat() local
997 if (ofp) { in nativeTestGetTrackFormat()
998 AMediaMuxer *muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)joutFormat); in nativeTestGetTrackFormat()
1018 fclose(ofp); in nativeTestGetTrackFormat()
1041 FILE* ofp = fopen(csrcPath, "r"); in nativeTestAppendGetTrackFormat() local
1042 if (ofp) { in nativeTestAppendGetTrackFormat()
1043 AMediaMuxer *muxer = AMediaMuxer_append(fileno(ofp), (AppendMode)mode); in nativeTestAppendGetTrackFormat()
1059 fclose(ofp); in nativeTestAppendGetTrackFormat()
1093 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestSimpleAppend() local
1094 if (ofp) { in nativeTestSimpleAppend()
1095 muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)joutFormat); in nativeTestSimpleAppend()
1107 fclose(ofp); in nativeTestSimpleAppend()
1108 ofp = nullptr; in nativeTestSimpleAppend()
1123 ofp = fopen(cdstPath, "r+"); in nativeTestSimpleAppend()
1124 if (ofp) { in nativeTestSimpleAppend()
1125 muxer = AMediaMuxer_append(fileno(ofp), AMEDIAMUXER_APPEND_TO_EXISTING_DATA); in nativeTestSimpleAppend()
1150 fclose(ofp); in nativeTestSimpleAppend()
1151 ofp = nullptr; in nativeTestSimpleAppend()
1189 FILE *ofp = fopen(coutPath, "wbe+"); in nativeTestNoSamples() local
1190 if (ofp) { in nativeTestNoSamples()
1191 AMediaMuxer *muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat) joutFormat); in nativeTestNoSamples()
1194 fclose(ofp); in nativeTestNoSamples()
1204 FILE* ofp = fopen(coutPath, "r+"); in nativeTestNoSamples() local
1205 if (ofp) { in nativeTestNoSamples()
1208 AMediaMuxer *muxer = AMediaMuxer_append(fileno(ofp), (AppendMode)mode); in nativeTestNoSamples()
1218 fclose(ofp); in nativeTestNoSamples()
1219 ofp = nullptr; in nativeTestNoSamples()
1258 FILE* ofp = fopen(cdstPath, "w+"); in nativeTestIgnoreLastGOPAppend() local
1259 if (ofp) { in nativeTestIgnoreLastGOPAppend()
1261 muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)joutFormat); in nativeTestIgnoreLastGOPAppend()
1274 fclose(ofp); in nativeTestIgnoreLastGOPAppend()
1275 ofp = nullptr; in nativeTestIgnoreLastGOPAppend()
1290 ofp = fopen(cdstPath, "r+"); in nativeTestIgnoreLastGOPAppend()
1291 if (ofp) { in nativeTestIgnoreLastGOPAppend()
1292 muxer = AMediaMuxer_append(fileno(ofp), in nativeTestIgnoreLastGOPAppend()
1322 fclose(ofp); in nativeTestIgnoreLastGOPAppend()
1323 ofp = nullptr; in nativeTestIgnoreLastGOPAppend()