Lines Matching refs:OH_AVErrCode
152 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
156 OH_AVErrCode OH_AVCapability_GetEncoderBitrateRange(OH_AVCapability *capability, OH_AVRange *bitrateRange);
174 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
178 OH_AVErrCode OH_AVCapability_GetEncoderQualityRange(OH_AVCapability *capability, OH_AVRange *qualityRange);
186 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
190 OH_AVErrCode OH_AVCapability_GetEncoderComplexityRange(OH_AVCapability *capability, OH_AVRange *complexityRange);
199 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
205 OH_AVErrCode OH_AVCapability_GetAudioSupportedSampleRates(OH_AVCapability *capability, const int32_t **sampleRates,
214 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
218 OH_AVErrCode OH_AVCapability_GetAudioChannelCountRange(OH_AVCapability *capability, OH_AVRange *channelCountRange);
226 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
230 OH_AVErrCode OH_AVCapability_GetVideoWidthAlignment(OH_AVCapability *capability, int32_t *widthAlignment);
238 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
242 OH_AVErrCode OH_AVCapability_GetVideoHeightAlignment(OH_AVCapability *capability, int32_t *heightAlignment);
251 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
256 OH_AVErrCode OH_AVCapability_GetVideoWidthRangeForHeight(OH_AVCapability *capability, int32_t height,
266 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
271 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width,
280 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
284 OH_AVErrCode OH_AVCapability_GetVideoWidthRange(OH_AVCapability *capability, OH_AVRange *widthRange);
292 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
296 OH_AVErrCode OH_AVCapability_GetVideoHeightRange(OH_AVCapability *capability, OH_AVRange *heightRange);
315 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
319 OH_AVErrCode OH_AVCapability_GetVideoFrameRateRange(OH_AVCapability *capability, OH_AVRange *frameRateRange);
329 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
334 OH_AVErrCode OH_AVCapability_GetVideoFrameRateRangeForSize(OH_AVCapability *capability, int32_t width, int32_t height,
358 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
365 OH_AVErrCode OH_AVCapability_GetVideoSupportedPixelFormats(OH_AVCapability *capability, const int32_t **pixelFormats,
375 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
381 OH_AVErrCode OH_AVCapability_GetSupportedProfiles(OH_AVCapability *capability, const int32_t **profiles,
392 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}
399 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability, int32_t profile,