Lines Matching full:options
30 …nsforpicture.md) | OH_DecodingOptionsForPicture | Describes the decoding options for pictures. The…
31 …ons | Describes the decoding options, which are encapsulated at the native layer. The struct is us…
51 | [Image_ErrorCode OH_DecodingOptions_Create(OH_DecodingOptions **options)](#oh_decodingoptions_cre…
52 | [Image_ErrorCode OH_DecodingOptions_GetPixelFormat(OH_DecodingOptions *options,int32_t *pixelForm…
53 | [Image_ErrorCode OH_DecodingOptions_SetPixelFormat(OH_DecodingOptions *options,int32_t pixelForma…
54 | [Image_ErrorCode OH_DecodingOptions_GetIndex(OH_DecodingOptions *options, uint32_t *index)](#oh_d…
55 | [Image_ErrorCode OH_DecodingOptions_SetIndex(OH_DecodingOptions *options, uint32_t index)](#oh_de…
56 | [Image_ErrorCode OH_DecodingOptions_GetRotate(OH_DecodingOptions *options, float *rotate)](#oh_de…
57 | [Image_ErrorCode OH_DecodingOptions_SetRotate(OH_DecodingOptions *options, float rotate)](#oh_dec…
58 | [Image_ErrorCode OH_DecodingOptions_GetDesiredSize(OH_DecodingOptions *options,Image_Size *desire…
59 | [Image_ErrorCode OH_DecodingOptions_SetDesiredSize(OH_DecodingOptions *options,Image_Size *desire…
60 | [Image_ErrorCode OH_DecodingOptions_GetDesiredRegion(OH_DecodingOptions *options,Image_Region *de…
61 | [Image_ErrorCode OH_DecodingOptions_SetDesiredRegion(OH_DecodingOptions *options,Image_Region *de…
62 | [Image_ErrorCode OH_DecodingOptions_GetDesiredDynamicRange(OH_DecodingOptions *options,int32_t *d…
63 | [Image_ErrorCode OH_DecodingOptions_SetDesiredDynamicRange(OH_DecodingOptions *options,int32_t de…
64 …dingOptions *options, int32_t *colorSpace)](#oh_decodingoptions_getdesiredcolorspace) | Obtains th…
65 …dingOptions *options, int32_t colorSpace)](#oh_decodingoptions_setdesiredcolorspace) | Sets the de…
66 | [Image_ErrorCode OH_DecodingOptions_SetCropAndScaleStrategy(OH_DecodingOptions *options,int32_t c…
67 | [Image_ErrorCode OH_DecodingOptions_GetCropAndScaleStrategy(OH_DecodingOptions *options,int32_t *…
68 …odingOptions *options, Image_Region *cropRegion)](#oh_decodingoptions_getcropregion) | Obtains the…
69 …ecodingOptions *options, Image_Region *cropRegion)](#oh_decodingoptions_setcropregion) | Sets the …
70 | [Image_ErrorCode OH_DecodingOptions_Release(OH_DecodingOptions *options)](#oh_decodingoptions_rel…
76 …options,OH_PixelmapNative **pixelmap)](#oh_imagesourcenative_createpixelmap) | Creates the pointer…
77 …options, IMAGE_ALLOCATOR_TYPE allocator, OH_PixelmapNative **pixelmap)](#oh_imagesourcenative_crea…
78 …options,OH_PixelmapNative *resVecPixMap[], size_t size)](#oh_imagesourcenative_createpixelmaplist)…
79 …*options,OH_PictureNative **picture)](#oh_imagesourcenative_createpicture) | Creates the pointer t…
89 | [Image_ErrorCode OH_DecodingOptionsForPicture_Create(OH_DecodingOptionsForPicture **options)](#oh…
90 …options,Image_AuxiliaryPictureType **desiredAuxiliaryPictures, size_t *length)](#oh_decodingoption…
91 …options,Image_AuxiliaryPictureType *desiredAuxiliaryPictures, size_t length)](#oh_decodingoptionsf…
92 | [Image_ErrorCode OH_DecodingOptionsForPicture_Release(OH_DecodingOptionsForPicture *options)](#oh…
309 Image_ErrorCode OH_DecodingOptions_Create(OH_DecodingOptions **options)
323 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) **options | Double pointer to…
334 Image_ErrorCode OH_DecodingOptions_GetPixelFormat(OH_DecodingOptions *options,int32_t *pixelFormat)
348 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
349 | int32_t *pixelFormat | Pointer to the pixel format. For details about the available options, see …
360 Image_ErrorCode OH_DecodingOptions_SetPixelFormat(OH_DecodingOptions *options,int32_t pixelFormat)
374 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
375 | int32_t pixelFormat | Pixel format. For details about the available options, see [PIXEL_FORMAT](c…
386 Image_ErrorCode OH_DecodingOptions_GetIndex(OH_DecodingOptions *options, uint32_t *index)
400 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
412 Image_ErrorCode OH_DecodingOptions_SetIndex(OH_DecodingOptions *options, uint32_t index)
426 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
438 Image_ErrorCode OH_DecodingOptions_GetRotate(OH_DecodingOptions *options, float *rotate)
452 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
464 Image_ErrorCode OH_DecodingOptions_SetRotate(OH_DecodingOptions *options, float rotate)
478 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
490 Image_ErrorCode OH_DecodingOptions_GetDesiredSize(OH_DecodingOptions *options,Image_Size *desiredSi…
504 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
516 Image_ErrorCode OH_DecodingOptions_SetDesiredSize(OH_DecodingOptions *options,Image_Size *desiredSi…
530 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
542 Image_ErrorCode OH_DecodingOptions_GetDesiredRegion(OH_DecodingOptions *options,Image_Region *desir…
556 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
568 Image_ErrorCode OH_DecodingOptions_SetDesiredRegion(OH_DecodingOptions *options,Image_Region *desir…
582 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
594 Image_ErrorCode OH_DecodingOptions_GetDesiredDynamicRange(OH_DecodingOptions *options,int32_t *desi…
608 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
609 … | Pointer to the desired dynamic range. For details about the available options, see [IMAGE_DYNAM…
620 Image_ErrorCode OH_DecodingOptions_SetDesiredDynamicRange(OH_DecodingOptions *options,int32_t desir…
634 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
635 | int32_t desiredDynamicRange | Desired dynamic range. For details about the available options, see…
646 Image_ErrorCode OH_DecodingOptions_GetDesiredColorSpace(OH_DecodingOptions *options, int32_t *color…
651 Obtains the color space set in the decoding options.
660 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
667 … **IMAGE_SOURCE_INVALID_PARAMETER**: A parameter is incorrect. The **options** or **colorSpace…
672 Image_ErrorCode OH_DecodingOptions_SetDesiredColorSpace(OH_DecodingOptions *options, int32_t colorS…
677 Sets the desired color space for the decoding options.
686 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
693 … **IMAGE_SOURCE_INVALID_PARAMETER**: A parameter is incorrect. The **options** parameter is a …
698 Image_ErrorCode OH_DecodingOptions_SetCropAndScaleStrategy(OH_DecodingOptions *options,int32_t crop…
712 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
719 … The operation is successful.<br> **IMAGE_BAD_PARAMETER**: The **options** parameter is a …
724 Image_ErrorCode OH_DecodingOptions_GetCropAndScaleStrategy(OH_DecodingOptions *options,int32_t *cro…
738 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
745 … The operation is successful.<br> **IMAGE_BAD_PARAMETER**: The **options** or **cropAndSca…
750 Image_ErrorCode OH_DecodingOptions_GetCropRegion(OH_DecodingOptions *options, Image_Region *cropReg…
755 Obtains the cropping region in the decoding options.
764 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
771 …ion is successful.<br> **IMAGE_SOURCE_INVALID_PARAMETER**: The **options** or **cropRegion…
776 Image_ErrorCode OH_DecodingOptions_SetCropRegion(OH_DecodingOptions *options, Image_Region *cropReg…
781 Sets the cropping region in the decoding options.
790 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
797 …ion is successful.<br> **IMAGE_SOURCE_INVALID_PARAMETER**: The **options** or **cropRegion…
802 Image_ErrorCode OH_DecodingOptions_Release(OH_DecodingOptions *options)
816 | [OH_DecodingOptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to an OH_D…
960 …eNative_CreatePixelmap(OH_ImageSourceNative *source, OH_DecodingOptions *options,OH_PixelmapNative…
965 Creates the pointer to an OH_PixelmapNative object based on decoding options.
975 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
987 …ePixelmapUsingAllocator(OH_ImageSourceNative *source,OH_DecodingOptions *options, IMAGE_ALLOCATOR_…
992 Creates an OH_PixelmapNative object based on decoding options and memory type, where **allocatorTyp…
1002 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
1010 …orts HDR metadata.<br> **IMAGE_SOURCE_UNSUPPORTED_OPTIONS**: The options are not supported…
1015 …ive_CreatePixelmapList(OH_ImageSourceNative *source, OH_DecodingOptions *options,OH_PixelmapNative…
1020 Creates an array of OH_PixelmapNative objects based on decoding options.<br> This function decodes …
1030 …ptions](capi-image-nativemodule-oh-decodingoptions.md) *options | Pointer to the decoding options.|
1043 …reatePicture(OH_ImageSourceNative *source, OH_DecodingOptionsForPicture *options,OH_PictureNative …
1048 Creates the pointer to an OH_PictureNative object based on decoding options.
1058 …pi-image-nativemodule-oh-decodingoptionsforpicture.md) *options | Pointer to the decoding options.|
1092 …mage is too large.<br> **IMAGE_SOURCE_UNSUPPORTED_OPTIONS**: The options are not supported…
1309 Image_ErrorCode OH_DecodingOptionsForPicture_Create(OH_DecodingOptionsForPicture **options)
1323 | [OH_DecodingOptionsForPicture](capi-image-nativemodule-oh-decodingoptionsforpicture.md) **options…
1334 …ionsForPicture_GetDesiredAuxiliaryPictures(OH_DecodingOptionsForPicture *options,Image_AuxiliaryPi…
1339 Obtains desired auxiliary pictures in the decoding options (auxiliary pictures contained in **pictu…
1348 | [OH_DecodingOptionsForPicture](capi-image-nativemodule-oh-decodingoptionsforpicture.md) *options …
1361 …ionsForPicture_SetDesiredAuxiliaryPictures(OH_DecodingOptionsForPicture *options,Image_AuxiliaryPi…
1366 Sets desired auxiliary pictures in the decoding options.
1375 | [OH_DecodingOptionsForPicture](capi-image-nativemodule-oh-decodingoptionsforpicture.md) *options …
1388 Image_ErrorCode OH_DecodingOptionsForPicture_Release(OH_DecodingOptionsForPicture *options)
1402 | [OH_DecodingOptionsForPicture](capi-image-nativemodule-oh-decodingoptionsforpicture.md) *options …