Home
last modified time | relevance | path

Searched refs:testTimeEnd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_ffmpeg_demo.cpp65 long long testTimeEnd = GetTimestamp(); in DoRunMuxer() local
66 std::cout << "muxer used time: " << testTimeEnd - testTimeStart << "us" << std::endl; in DoRunMuxer()
H A Davmuxer_demo.cpp103 long long testTimeEnd = GetTimestamp(); in DoRunMuxer() local
104 std::cout << "muxer used time: " << testTimeEnd - testTimeStart << "us" << std::endl; in DoRunMuxer()
H A Davmuxer_engine_demo.cpp104 long long testTimeEnd = GetTimestamp(); in DoRunMuxer() local
105 std::cout << "muxer used time: " << testTimeEnd - testTimeStart << "us" << std::endl; in DoRunMuxer()
H A Dnative_avmuxer_demo.c676 long long testTimeEnd = GetTimestamp(); in RunNativeMuxer() local
677 printf("muxer used time: %lld us\n", testTimeEnd - testTimeStart); in RunNativeMuxer()