Home
last modified time | relevance | path

Searched refs:OH_AVFormat_GetBuffer (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avformat.h262 bool OH_AVFormat_GetBuffer(struct OH_AVFormat *format, const char *key, uint8_t **addr, size_t *size);
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.cpp148 return OH_AVFormat_GetBuffer(format_, key.data(), addr, &size); in GetBuffer()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp160 return OH_AVFormat_GetBuffer(format_, key.data(), addr, &size); in GetBuffer()
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp208 bool OH_AVFormat_GetBuffer(struct OH_AVFormat *format, const char *key, uint8_t **addr, size_t *size) in OH_AVFormat_GetBuffer() function
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp174 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in CheckVideoKey()
227 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in CheckAudioKey()
255 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in CheckAudioKeyVvc()
H A Dnet2_test.cpp130 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in CheckVideoKey()
182 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in CheckAudioKey()
209 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in CheckAudioKeyVVC()
H A Dproc_test.cpp1131 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormatSecond, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in HWTEST_F()
1414 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in HWTEST_F()
1468 ASSERT_TRUE(OH_AVFormat_GetBuffer(trackFormat, OH_MD_KEY_CODEC_CONFIG, &codecConfig, &bufferSize)); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp618 OH_AVFormat_GetBuffer(format, OH_MD_KEY_AUDIO_VIVID_METADATA, &metadata, &metasize); in OutputFunc()

Completed in 10 milliseconds