Searched refs:OH_AVFormat_GetStringValue (Results 1 – 7 of 7) sorted by relevance
| /foundation/multimedia/media_foundation/interface/kits/c/ |
| D | native_avformat.h | 248 bool OH_AVFormat_GetStringValue(struct OH_AVFormat *format, const char *key, const char **out);
|
| /foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
| D | func_test.cpp | 1937 ASSERT_FALSE(OH_AVFormat_GetStringValue(trackFormat, OH_MD_KEY_AAC_IS_ADTS, &stringVal)); 2069 ASSERT_TRUE(OH_AVFormat_GetStringValue(trackFormat, OH_MD_KEY_CODEC_MIME, &stringVal)); 2114 ASSERT_TRUE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_TITLE, &stringVal)); 2135 ASSERT_FALSE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_ALBUM, &stringVal)); 2155 ASSERT_FALSE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_ALBUM_ARTIST, &stringVal)); 2175 ASSERT_TRUE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_DATE, &stringVal)); 2196 ASSERT_TRUE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_COMMENT, &stringVal)); 2217 ASSERT_TRUE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_GENRE, &stringVal)); 2238 ASSERT_FALSE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_COPYRIGHT, &stringVal)); 2258 ASSERT_FALSE(OH_AVFormat_GetStringValue(sourceFormat, OH_MD_KEY_LANGUAGE, &stringVal)); [all …]
|
| /foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/ |
| D | avformat_capi_mock.cpp | 56 if (OH_AVFormat_GetStringValue(format_, key.data(), &out)) { in GetStringValue()
|
| /foundation/multimedia/media_foundation/tests/unittest/format/capi/ |
| D | avformat_capi_mock.cpp | 53 if (OH_AVFormat_GetStringValue(format_, key.data(), &out)) { in GetStringValue()
|
| /foundation/multimedia/media_foundation/src/capi/ |
| D | native_avformat.cpp | 171 bool OH_AVFormat_GetStringValue(struct OH_AVFormat *format, const char *key, const char **out) in OH_AVFormat_GetStringValue() function
|
| /foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
| D | avbuffer_framework_unit_test.cpp | 545 EXPECT_TRUE(OH_AVFormat_GetStringValue(getFormat, STRING_CAPI_TESTKEY.data(), &getStringValue));
|
| /foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
| D | NativeFunctionTest.cpp | 650 OH_AVFormat_GetStringValue(formatGet, OH_MD_KEY_CODEC_MIME, &testStr);
|