Home
last modified time | relevance | path

Searched refs:OH_AVFormat_SetFloatValue (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeParamCheckTest.cpp128 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_BITRATE, 0.1);
187 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, 0.1);
246 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_SAMPLE_RATE, 0.1);
309 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_BITRATE, 0.1);
370 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, 0.1);
431 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_SAMPLE_RATE, 0.1);
739 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_BITRATE, 0.1);
798 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, 0.1);
856 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_SAMPLE_RATE, 0.1);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeParamCheckTest.cpp148 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_BITRATE, 0.1);
203 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, 0.1);
258 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_SAMPLE_RATE, 0.1);
317 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_BITRATE, 0.1);
374 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, 0.1);
431 OH_AVFormat_SetFloatValue(format, OH_MD_KEY_AUD_SAMPLE_RATE, 0.1);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.22/
H A Dchangelogs-multimedia.md67 | OH_AVFormat_SetFloatValue | 使用此接口设置非 float 类型参数将会报错 |
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avformat.h172 bool OH_AVFormat_SetFloatValue(struct OH_AVFormat *format, const char *key, float value);
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.cpp116 return OH_AVFormat_SetFloatValue(format_, key.data(), value); in PutFloatValue()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp128 return OH_AVFormat_SetFloatValue(format_, key.data(), value); in PutFloatValue()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A Dnative__avformat_8h.md46 | bool [OH_AVFormat_SetFloatValue](_core.md#oh_avformat_setfloatvalue) (struct [OH_AVFormat](_core.…
H A D_core.md84 | bool [OH_AVFormat_SetFloatValue](#oh_avformat_setfloatvalue) (struct [OH_AVFormat](#oh_avformat) …
1244 ### OH_AVFormat_SetFloatValue()
1247 bool OH_AVFormat_SetFloatValue (struct OH_AVFormat *format, const char *key, float value)
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.22/
H A Dchangelogs-multimedia.md68 | OH_AVFormat_SetFloatValue | If this API is called to set a parameter of the non-float type, an e…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp238 ASSERT_EQ(res, OH_AVFormat_SetFloatValue(format, key, defaultVal));
/ohos5.0/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp96 bool OH_AVFormat_SetFloatValue(struct OH_AVFormat *format, const char *key, float value) in OH_AVFormat_SetFloatValue() function
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerParamCheckTest.cpp244 OH_AVFormat_SetFloatValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, 0.1);
304 OH_AVFormat_SetFloatValue(trackFormat, OH_MD_KEY_AUD_SAMPLE_RATE, 0.1);
412 OH_AVFormat_SetFloatValue(trackFormat, OH_MD_KEY_WIDTH, 0.1);
473 OH_AVFormat_SetFloatValue(trackFormat, OH_MD_KEY_HEIGHT, 0.1);
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avformat_8h.md46 | bool [OH_AVFormat_SetFloatValue](_core.md#oh_avformat_setfloatvalue) (struct [OH_AVFormat](_core.…
H A D_core.md84 | bool [OH_AVFormat_SetFloatValue](#oh_avformat_setfloatvalue) (struct [OH_AVFormat](#oh_avformat) …
1244 ### OH_AVFormat_SetFloatValue()
1247 bool OH_AVFormat_SetFloatValue (struct OH_AVFormat *format, const char *key, float value)
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp527 EXPECT_TRUE(OH_AVFormat_SetFloatValue(format, FlOAT_CAPI_TESTKEY.data(), FLOATVALUE));