Lines Matching refs:width
221 * @brief Get the video codec's supported video width alignment.
224 * @param widthAlignment Output parameter. Video width alignment
245 * @brief Get the video codec's supported video width range for a specific height.
249 * @param widthRange Output parameter. Video width range
260 * @brief Get the video codec's supported video height range for a specific width.
263 * @param width Horizontal pixel number of the video
267 * {@link AV_ERR_INVALID_VAL}, the capability is invalid, the width is not within the supported range
271 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width,
275 * @brief Get the video codec's supported video width range.
278 * @param widthRange Output parameter. Video width range
302 * @param width Horizontal pixel number of the video
307 bool OH_AVCapability_IsVideoSizeSupported(OH_AVCapability *capability, int32_t width, int32_t height);
325 * @param width Horizontal pixel number of the video
330 * {@link AV_ERR_INVALID_VAL}, the capability is invalid, the combination of width and height is
334 OH_AVErrCode OH_AVCapability_GetVideoFrameRateRangeForSize(OH_AVCapability *capability, int32_t width, int32_t height,
341 * @param width Horizontal pixel number of the video
348 bool OH_AVCapability_AreVideoSizeAndFrameRateSupported(OH_AVCapability *capability, int32_t width, int32_t height,