Lines Matching refs:ofp
365 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetLocation() local
366 if (ofp) { in nativeTestSetLocation()
367 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestSetLocation()
430 fclose(ofp); in nativeTestSetLocation()
447 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint() local
448 if (ofp) { in nativeTestSetOrientationHint()
449 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestSetOrientationHint()
495 fclose(ofp); in nativeTestSetOrientationHint()
531 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack() local
532 if (ofp) { in nativeTestMultiTrack()
533 muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestMultiTrack()
537 fclose(ofp); in nativeTestMultiTrack()
607 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestOffsetPts() local
608 if (ofp) { in nativeTestOffsetPts()
609 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)format); in nativeTestOffsetPts()
612 fclose(ofp); in nativeTestOffsetPts()
659 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSimpleMux() local
660 if (ofp) { in nativeTestSimpleMux()
661 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)fmt); in nativeTestSimpleMux()
665 fclose(ofp); in nativeTestSimpleMux()