Searched refs:ofp (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerUnitTest.cpp | 62 FILE* ofp = fopen(cdstPath, "rbe"); in nativeTestIfReadOnlyFdIsRejected() local 63 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)OUTPUT_FORMAT_THREE_GPP); in nativeTestIfReadOnlyFdIsRejected() 70 fclose(ofp); in nativeTestIfReadOnlyFdIsRejected() 77 FILE* ofp = fopen(cdstPath, "wbe"); in nativeTestIfWriteOnlyFdIsRejected() local 78 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)OUTPUT_FORMAT_WEBM); in nativeTestIfWriteOnlyFdIsRejected() 85 fclose(ofp); in nativeTestIfWriteOnlyFdIsRejected() 108 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidOutputFormatIsRejected() local 109 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)(OUTPUT_FORMAT_LIST_END + 1)); in nativeTestIfInvalidOutputFormatIsRejected() 116 fclose(ofp); in nativeTestIfInvalidOutputFormatIsRejected() 123 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidMediaFormatIsRejected() local [all …]
|
D | NativeMuxerTest.cpp | 558 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetLocation() local 559 if (ofp) { in nativeTestSetLocation() 560 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestSetLocation() 623 fclose(ofp); in nativeTestSetLocation() 640 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint() local 641 if (ofp) { in nativeTestSetOrientationHint() 642 AMediaMuxer* muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)jformat); in nativeTestSetOrientationHint() 688 fclose(ofp); in nativeTestSetOrientationHint() 725 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack() local 726 if (ofp) { in nativeTestMultiTrack() [all …]
|
D | NativeCodecEncoderSurfaceTest.cpp | 533 FILE* ofp = nullptr; in testSimpleEncode() local 542 ofp = fopen(muxOutPath, "wbe+"); in testSimpleEncode() 543 if (ofp) { in testSimpleEncode() 544 mMuxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)muxerFormat); in testSimpleEncode() 560 if (ofp) fclose(ofp); in testSimpleEncode()
|
/cts/tests/tests/media/assets/hls_variant/765178/ |
D | 10.ts | 123 …_Ը��G�V,,,����C��;X�����R"�|�0�&}i-���h�?%��5Ǜ����io�-��xt9�D�ofp�!���k<�YpJ�f`�RU��0…
|