Lines Matching refs:height
233 * @brief Get the video codec's supported video height alignment.
236 * @param heightAlignment Output parameter. Video height alignment
245 * @brief Get the video codec's supported video width range for a specific height.
248 * @param height Vertical pixel number of the video
252 * {@link AV_ERR_INVALID_VAL}, the capability is invalid, the height is not within the supported range
256 OH_AVErrCode OH_AVCapability_GetVideoWidthRangeForHeight(OH_AVCapability *capability, int32_t height,
260 * @brief Get the video codec's supported video height range for a specific width.
264 * @param heightRange Output parameter. Video height range
287 * @brief Get the video codec's supported video height range.
290 * @param heightRange Output parameter. Video height range
303 * @param height Vertical pixel number of the video
307 bool OH_AVCapability_IsVideoSizeSupported(OH_AVCapability *capability, int32_t width, int32_t height);
326 * @param height Vertical 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,
342 * @param height Vertical pixel number of the video
348 bool OH_AVCapability_AreVideoSizeAndFrameRateSupported(OH_AVCapability *capability, int32_t width, int32_t height,