Home
last modified time | relevance | path

Searched defs:sdr (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dvpe_utils.h36 sptr<SurfaceBuffer> sdr; member
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dvpe_helper.cpp123 …OHNativeWindowBuffer *sdr = OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(&inputSdrIma… in ColorSpaceConverterComposeImage() local
140 …OHNativeWindowBuffer *sdr = OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(&outputSdrIm… in ColorSpaceConverterDecomposeImage() local
156 …OHNativeWindowBuffer *sdr = OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(&outputSdrIm… in ColorSpaceConverterProcessImage() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java270 public boolean compressToJpegR(@NonNull YuvImage sdr, int quality, in compressToJpegR()
418 byte[] sdr, int sdrColorSpaceId, int width, int height, int quality, in nativeCompressToJpegR()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dvpe_utils.cpp146 OHNativeWindowBuffer* sdr = OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(&sb.sdr); in ColorSpaceConverterComposeImage() local
178 OHNativeWindowBuffer* sdr = OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(&sb.sdr); in ColorSpaceConverterDecomposeImage() local
386 OHNativeWindowBuffer* sdr = OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(&input); in ColorSpaceConverterImageProcess() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp337 SkWStream* stream, void* hdr, int hdrColorSpace, void* sdr, int sdrColorSpace, in encode()
423 jbyte* sdr = env->GetByteArrayElements(inSdr, NULL); in YuvImage_compressToJpegR() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp398 sp<hardware::IBinder::DeathRecipient> sdr = dr.promote(); in JHwRemoteBinder_unlinkToDeath() local
H A Dcom_google_android_gles_jni_EGLImpl.cpp408 EGLSurface sdr = getSurface(_env, draw); in jni_eglMakeCurrent() local
H A Dandroid_util_Binder.cpp1526 sp<IBinder::DeathRecipient> sdr = dr.promote(); in android_os_BinderProxy_unlinkToDeath() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1381 uint32_t ExtEncoder::EncodeHeifDualHdrImage(sptr<SurfaceBuffer>& sdr, sptr<SurfaceBuffer>& gainmap, in EncodeHeifDualHdrImage()
1421 uint32_t ExtEncoder::EncodeHeifSdrImage(sptr<SurfaceBuffer>& sdr, SkImageInfo sdrInfo) in EncodeHeifSdrImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3466 static bool DecomposeImage(sptr<SurfaceBuffer>& hdr, sptr<SurfaceBuffer>& sdr) in DecomposeImage()
3662 sptr<SurfaceBuffer> sdr(reinterpret_cast<SurfaceBuffer*>(sdrCtx.pixelsBuffer.context)); in HandleSingleHdrImage() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_edid.h588 bool sdr; /* Traditional gamma - SDR Luminance Range */ member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3727 static bool DecomposeImage(sptr<SurfaceBuffer>& hdr, sptr<SurfaceBuffer>& sdr, bool isSRGB = false) in DecomposeImage()