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 D | NativeParamCheckTest.cpp | 128 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 D | NativeParamCheckTest.cpp | 148 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 D | changelogs-multimedia.md | 67 | OH_AVFormat_SetFloatValue | 使用此接口设置非 float 类型参数将会报错 |
|
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/ |
H A D | native_avformat.h | 172 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 D | avformat_capi_mock.cpp | 116 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 D | avformat_capi_mock.cpp | 128 return OH_AVFormat_SetFloatValue(format_, key.data(), value); in PutFloatValue()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avformat_8h.md | 46 | bool [OH_AVFormat_SetFloatValue](_core.md#oh_avformat_setfloatvalue) (struct [OH_AVFormat](_core.…
|
H A D | _core.md | 84 | 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 D | changelogs-multimedia.md | 68 | 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 D | key_type_test.cpp | 238 ASSERT_EQ(res, OH_AVFormat_SetFloatValue(format, key, defaultVal));
|
/ohos5.0/foundation/multimedia/media_foundation/src/capi/ |
H A D | native_avformat.cpp | 96 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 D | NativeAVMuxerParamCheckTest.cpp | 244 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 D | native__avformat_8h.md | 46 | bool [OH_AVFormat_SetFloatValue](_core.md#oh_avformat_setfloatvalue) (struct [OH_AVFormat](_core.…
|
H A D | _core.md | 84 | 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 D | avbuffer_framework_unit_test.cpp | 527 EXPECT_TRUE(OH_AVFormat_SetFloatValue(format, FlOAT_CAPI_TESTKEY.data(), FLOATVALUE));
|