Home
last modified time | relevance | path

Searched refs:KEY_BITRATE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h74 KEY_BITRATE = 0x500, /**< Bit rate. The value type is uint32_t. */ enumerator
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_encoder/
H A Daudio_encoder.cpp146 encAttr_[paramIndex].key = KEY_BITRATE; in setEncAttrValue()
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp164 param[paramIndex].key = KEY_BITRATE; in CameraCreateVideoEnc()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeInterfaceDependCheckTest.cpp28 constexpr uint32_t KEY_BITRATE = 169000; variable
68 OH_AVFormat_SetLongValue(format, OH_MD_KEY_BITRATE, KEY_BITRATE); in Configure()