Home
last modified time | relevance | path

Searched defs:originSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dmemory_catcher.cpp39 int originSize = GetFdSize(fd); in Catch() local
H A Dbinder_catcher.cpp46 int originSize = GetFdSize(fd); in Catch() local
H A Dopen_stacktrace_catcher.cpp68 int originSize = GetFdSize(fd); in Catch() local
H A Ddmesg_catcher.cpp135 auto originSize = GetFdSize(fd); in Catch() local
H A Dshell_catcher.cpp255 auto originSize = GetFdSize(fd); in Catch() local
H A Dpeer_binder_catcher.cpp81 auto originSize = GetFdSize(fd); in Catch() local
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_pixel_map_adapter.cpp124 int32_t originSize = originalPixelMapBytes_; in ConvertToInner() local
177 int32_t originSize = originalPixelMapBytes_; in ConvertToInnerWithLimitedSize() local
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_change_test.cpp379 uint32_t originSize = DisplayCutoutController::GetWaterfallAreaCompressionSizeWhenHorizontal(); variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp3120 bool CompareFile(const unsigned char originArray[], off_t originSize, in CompareFile()