Home
last modified time | relevance | path

Searched refs:sourceHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp90 "SOURCE_HEIGHT", options.sourceHeight, in ReportDecodeFault()
144 … { .name = "SOURCE_HEIGHT", .t = HISYSEVENT_INT32, .v = { .i32 = options.sourceHeight } }, in ReportDecodeInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h32 int32_t sourceHeight; member
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h121 int32_t sourceHeight {0};
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp220 "SOURCE_HEIGHT", stats.sourceHeight, in ReportThumbnailGeneration()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp490 data_.stats.sourceHeight = imageInfo.size.height; in IsSizeAcceptable()
H A Dthumbnail_utils.cpp170 data.stats.sourceHeight = imageInfo.size.height; in LoadAudioFileInfo()
246 data.stats.sourceHeight = pixelMap->GetHeight(); in LoadVideoFile()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1055 options.sourceHeight = info.size.height; in SetDecodeInfoOptions()
1080 options.sourceHeight = plInfo.size.height; in SetDecodeInfoOptions()