Home
last modified time | relevance | path

Searched refs:rowStride (Results 1 - 6 of 6) sorted by relevance

/interface/sdk_c/multimedia/image_framework/include/image/
H A Dpixelmap_native.h457 * @brief Get rowStride for InitializationOptions struct.
460 * @param rowStride the rowStride of image buffer.
462 * returns {@link Image_ErrorCode} IMAGE_BAD_PARAMETER - if rowStride is null.
467 int32_t *rowStride);
470 * @brief Set rowStride number for InitializationOptions struct.
473 * @param rowStride the rowStride of image buffer.
475 * returns {@link Image_ErrorCode} IMAGE_BAD_PARAMETER - if rowStride does not match width.
480 int32_t rowStride);
[all...]
H A Dpicture_native.h429 * @brief Obtains the rowStride of auxiliary picture info.
432 * @param rowStride The rowStride of auxiliary picture info.
435 * {@link IMAGE_BAD_PARAMETER} info is nullptr, or rowStride is nullptr.
438 Image_ErrorCode OH_AuxiliaryPictureInfo_GetRowStride(OH_AuxiliaryPictureInfo *info, uint32_t *rowStride);
441 * @brief Set auxiliary picture info rowStride.
444 * @param rowStride The rowStride will be set.
447 * {@link IMAGE_BAD_PARAMETER} info is nullptr, or rowStride is nullptr.
450 Image_ErrorCode OH_AuxiliaryPictureInfo_SetRowStride(OH_AuxiliaryPictureInfo *info, uint32_t rowStride);
[all...]
H A Dimage_native.h116 * @param rowStride Indicates the pointer to the row stride obtained.
122 uint32_t componentType, int32_t *rowStride);
/interface/sdk_c/multimedia/image_framework/include/
H A Dimage_mdk.h118 int32_t rowStride; member
H A Dimage_pixel_map_mdk.h218 * @param rowStride Indicates the stride of the image buffer.
221 * returns {@link IRNdkErrCode} IMAGE_RESULT_BAD_PARAMETER - if info, len and rowStride do not match.
234 void* buf, size_t len, int32_t rowStride, napi_value* res);
/interface/sdk_c/graphic/graphic_2d/native_buffer/
H A Dnative_buffer.h272 uint32_t rowStride; ///< Distance in bytes from the first value of one row of the image to the first value of the next row. member

Completed in 4 milliseconds