Home
last modified time | relevance | path

Searched refs:OH_AVFormat_GetFloatValue (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avformat.h223 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out);
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.cpp124 return OH_AVFormat_GetFloatValue(format_, key.data(), &value); in GetFloatValue()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp136 return OH_AVFormat_GetFloatValue(format_, key.data(), &value); in GetFloatValue()
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp155 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out) in OH_AVFormat_GetFloatValue() function
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp543 EXPECT_TRUE(OH_AVFormat_GetFloatValue(getFormat, FlOAT_CAPI_TESTKEY.data(), &getFloatValue)); in HWTEST_F()

Completed in 3 milliseconds