Home
last modified time | relevance | path

Searched defs:sampleSize (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dcommand_parser.h31 uint32_t sampleSize = 1; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_dec_info_v10.md169 ### sampleSize subsection
H A D_codec_jpeg_dec_info_v20.md169 ### sampleSize subsection
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp87 int sampleSize, SkColorType colorType, bool requireUnpremul, in decodeRegion()
94 const SkIRect& desiredSubset, int sampleSize, bool requireUnpremul) { in decodeGainmapRegion()
231 int sampleSize = 1; in nativeDecodeRegion() local
H A DBitmapFactory.cpp173 static bool needsFineScale(const int fullSize, const int decodedSize, const int sampleSize) { in needsFineScale()
184 const int sampleSize) { in needsFineScale()
190 sp<uirenderer::Gainmap>* outGainmap, const int sampleSize, float scale) { in decodeGainmap()
310 int sampleSize = 1; in doDecode() local
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperCropper.java237 final int sampleSize = scale; in generateCropInternal() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java116 int sampleSize = mediaExtractor.readSampleData(destinationBuffer, 0); in feedInput() local
/aosp14/frameworks/base/media/jni/soundpool/
H A DSound.cpp102 ssize_t sampleSize = AMediaExtractor_readSampleData(ex.get(), buf, bufsize); in decode() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h28 uint32_t sampleSize; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h51 uint32_t sampleSize; member
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp168 jobject byteBuf, size_t offset, size_t *sampleSize) { in readSampleData()
261 status_t JMediaExtractor::getSampleSize(size_t *sampleSize) { in getSampleSize()
476 size_t sampleSize; in android_media_MediaExtractor_readSampleData() local
542 size_t sampleSize; in android_media_MediaExtractor_getSampleSize() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp518 uint32_t sampleSize = 0; in ReadOneFrame() local
782 uint32_t sampleSize = sample->endPos - sample->startPos; in GetNextSample() local
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java79 int sampleSize = Math.min(w / minSideLength, h / minSideLength); in computeInitialSampleSize() local
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpDatabaseTest.java198 public static Bitmap decodeBitmapFromBytes(byte[] bytes, int sampleSize) { in decodeBitmapFromBytes()
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h82 unsigned int sampleSize; member
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h260 uint32_t sampleSize; member
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp131 int sampleSize = mCodec->computeSampleSize(&decodeSize); in setTargetSize() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp174 … OHOS::Media::Size srcImgSize, uint32_t sampleSize, CodecImageBuffer& outputBuffer) in Decode()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java1168 private Size getSampledSize(int sampleSize) { in getSampledSize()
1224 public ImageDecoder setResize(int sampleSize) { in setResize()
1229 private int getTargetDimension(int original, int sampleSize, int computed) { in getTargetDimension()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h168 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE; member
/aosp14/frameworks/base/native/graphics/jni/
H A Dimagedecoder.cpp364 int AImageDecoder_computeSampledSize(const AImageDecoder* decoder, int sampleSize, in AImageDecoder_computeSampledSize()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h111 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE; member
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage.md4153 ### sampleSize subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage.md3895 ### sampleSize subsection
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java127 int sampleSize = Math.max(options.inSampleSize, 1); in decodeRegion() local

12