Home
last modified time | relevance | path

Searched refs:OH_AVBuffer_GetParameter (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp539 auto getFormat = OH_AVBuffer_GetParameter(buffer);
572 auto getFormat = OH_AVBuffer_GetParameter(buffer);
574 getFormat = OH_AVBuffer_GetParameter(buffer);
576 getFormat = OH_AVBuffer_GetParameter(buffer);
619 EXPECT_EQ(nullptr, OH_AVBuffer_GetParameter(nullptr));
/ohos5.0/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avbuffer.h105 OH_AVFormat *OH_AVBuffer_GetParameter(OH_AVBuffer *buffer);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/capi/
H A Davbuffer_capi_mock.cpp55 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer_); in GetParameter()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avbuffer/capi/
H A Davbuffer_capi_mock.cpp55 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer_); in GetParameter()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A Dnative__avbuffer_8h.md36 | OH_AVFormat \* [OH_AVBuffer_GetParameter](_core.md#oh_avbuffer_getparameter) (OH_AVBuffer \*buffe…
H A D_core.md72 | [OH_AVFormat](#oh_avformat) \* [OH_AVBuffer_GetParameter](#oh_avbuffer_getparameter) ([OH_AVBuffe…
703 ### OH_AVBuffer_GetParameter()
706 OH_AVFormat* OH_AVBuffer_GetParameter (OH_AVBuffer *buffer)
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H A Ddemuxer_capi_buffer_mock.cpp78 OH_AVFormat *format = OH_AVBuffer_GetParameter(avBuffer); in ReadSample()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avbuffer_8h.md36 | OH_AVFormat \* [OH_AVBuffer_GetParameter](_core.md#oh_avbuffer_getparameter) (OH_AVBuffer \*buffe…
H A D_core.md72 | [OH_AVFormat](#oh_avformat) \* [OH_AVBuffer_GetParameter](#oh_avbuffer_getparameter) ([OH_AVBuffe…
703 ### OH_AVBuffer_GetParameter()
706 OH_AVFormat* OH_AVBuffer_GetParameter (OH_AVBuffer *buffer)
/ohos5.0/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avbuffer.cpp93 OH_AVFormat *OH_AVBuffer_GetParameter(OH_AVBuffer *buffer) in OH_AVBuffer_GetParameter() function
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding-temporal-scalability.md240 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer);
H A Dvideo-encoding.md828 OH_AVFormat *parameter = OH_AVBuffer_GetParameter(bufferInfo->buffer);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp144 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer); in DumpLtrInfo()
153 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer); in DumpQPInfo()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp614 OH_AVFormat *format = OH_AVBuffer_GetParameter(data); in OutputFunc()
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding-temporal-scalability.md242 OH_AVFormat *format = OH_AVBuffer_GetParameter(buffer);
H A Dvideo-encoding.md829 OH_AVFormat *parameter = OH_AVBuffer_GetParameter(bufferInfo->buffer);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dproc_test.cpp1251 format = OH_AVBuffer_GetParameter(avBuffer);