/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | avmemory.cpp | 335 int32_t start = 0; in Write() local 362 int32_t start in Read() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeStablityTest.cpp | 61 string::size_type start = 0; in SplitStringFully() local 299 struct timeval start, end; in HWTEST_F() local 323 struct timeval start, end; HWTEST_F() local 347 struct timeval start, end; HWTEST_F() local 373 struct timeval start, end; HWTEST_F() local 403 struct timeval start, end; HWTEST_F() local 442 struct timeval start, end; HWTEST_F() local 483 struct timeval start, end; HWTEST_F() local 526 struct timeval start, end; HWTEST_F() local 571 struct timeval start, end; HWTEST_F() local 615 struct timeval start, end; HWTEST_F() local 684 struct timeval start, end; HWTEST_F() local 815 struct timeval start, end; HWTEST_F() local [all...] |
H A D | NativeFunctionTest.cpp | 61 string::size_type start = 0; in SplitStringFully() local
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_avbuffer_g711mu_encoder_demo.cpp | 123 auto start = chrono::steady_clock::now(); in RunCase() local
|
H A D | avcodec_audio_avbuffer_aac_encoder_demo.cpp | 119 auto start = chrono::steady_clock::now(); in RunCase() local
|
H A D | avcodec_audio_avbuffer_amrwb_encoder_demo.cpp | 124 auto start = chrono::steady_clock::now(); in RunCase() local
|
H A D | avcodec_audio_avbuffer_amrnb_encoder_demo.cpp | 124 auto start = chrono::steady_clock::now(); in RunCase() local
|
H A D | avcodec_audio_aac_encoder_demo.cpp | 121 auto start = chrono::steady_clock::now(); in RunCase() local
|
H A D | avcodec_audio_avbuffer_mp3_encoder_demo.cpp | 125 auto start = chrono::steady_clock::now(); in RunCase() local
|
H A D | avcodec_audio_g711mu_encoder_demo.cpp | 121 auto start = chrono::steady_clock::now(); in RunCase() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_packer_test.cpp | 494 auto start = std::chrono::high_resolution_clock::now(); HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_stream.cpp | 83 HeifStreamReader::HeifStreamReader(std::shared_ptr<HeifInputStream> stream, int64_t start, size_t length) in HeifStreamReader() argument
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | plugin_buffer.cpp | 59 size_t start = 0; in Write() local 75 size_t start = 0; in Read() local [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_util.cpp | 151 char *start = const_cast<char *>(str.c_str()); in DashStrToDuration() local [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.cpp | 86 string::size_type start = 0; in SplitStringFully() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 59 string::size_type start = 0; in SplitStringFully() local
|
H A D | NativeStablityTest.cpp | 190 struct timeval start, end; in HWTEST_F() local 214 struct timeval start, end; in HWTEST_F() local 238 struct timeval start, end; in HWTEST_F() local 264 struct timeval start, end; HWTEST_F() local 294 struct timeval start, end; HWTEST_F() local 337 struct timeval start, end; HWTEST_F() local 382 struct timeval start, end; HWTEST_F() local 429 struct timeval start, end; HWTEST_F() local 478 struct timeval start, end; HWTEST_F() local 526 struct timeval start, end; HWTEST_F() local 585 struct timeval start, end; HWTEST_F() local 700 struct timeval start, end; HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 220 int start = key.x; in SLRSubtask() local 245 int start = k * step; in Parallel() local
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/ |
H A D | audio_decoder_description_demo.cpp | 86 string::size_type start = 0; in SplitStringFully() local [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.cpp | 86 string::size_type start = 0; in SplitStringFully() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_parse_util.cpp | 186 void CameraAbilityParseUtil::GetSpecInfo(int32_t *originInfo, uint32_t start, uint32_t end, ProfileLevelInfo &modeInfo)
in GetSpecInfo() argument 217 void CameraAbilityParseUtil::GetStreamInfo(int32_t *originInfo, uint32_t start, uint32_t end, SpecInfo &specInfo)
in GetStreamInfo() argument 249 void CameraAbilityParseUtil::GetDetailInfo(int32_t *originInfo, uint32_t start, uint32_t end, StreamInfo &streamInfo)
in GetDetailInfo() argument 160 GetInfo( int32_t *originInfo, uint32_t start, uint32_t end, std::map<int32_t, std::vector<int32_t>> &infoMap) GetInfo() argument 284 GetAvailableConfigInfo( int32_t *originInfo, uint32_t start, uint32_t end, AvailableConfig &availableConfig) GetAvailableConfigInfo() argument 314 GetConflictConfigInfo( int32_t *originInfo, uint32_t start, uint32_t end, ConflictConfig &conflictConfig) GetConflictConfigInfo() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/ |
H A D | image_heif_impl_fuzzer.cpp | 226 int64_t start = 0; in HeifImplFuzzTest001() local
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/ |
H A D | AudioDecoderDemoCommon.h | 236 struct timeval start, end; member in OHOS::MediaAVCodec::AudioDecoderDemo
|
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 98 int32_t PlayerServer::BaseState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 222 int32_t PlayerServer::InitializedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 285 int32_t PlayerServer::PreparedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 452 int32_t PlayerServer::PausedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 496 int32_t PlayerServer::StoppedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() argument 516 SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) SetPlayRangeWithMode() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_uri_test.cpp | 558 int32_t start = 0; in HWTEST_F() local 568 int32_t start = 0; in HWTEST_F() local 578 int32_t start = 0; in HWTEST_F() local
|