Home
last modified time | relevance | path

Searched refs:OH_VideoEncoder_GetOutputDescription (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videoencoder.h255 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(OH_AVCodec *codec);
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dapi_test.cpp315 format = OH_VideoEncoder_GetOutputDescription(nullptr); in HWTEST_F()
713 * @tc.name : repeat OH_VideoEncoder_GetOutputDescription
720 format = OH_VideoEncoder_GetOutputDescription(venc_); in HWTEST_F()
723 format = OH_VideoEncoder_GetOutputDescription(venc_); in HWTEST_F()
H A Dvideoenc_ndk_sample.cpp286 OH_VideoEncoder_GetOutputDescription(venc_); in testApi()
H A Dvideoenc_api11_sample.cpp368 OH_VideoEncoder_GetOutputDescription(venc_); in testApi()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideoenc_capi_mock.cpp268 OH_AVFormat *format = OH_VideoEncoder_GetOutputDescription(codec_); in GetOutputDescription()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp333 OH_AVFormat *fmt = opt_.isEncoder ? OH_VideoEncoder_GetOutputDescription(codec_) : in GetOutputFormat()
340 opt_.isEncoder ? "OH_VideoEncoder_GetOutputDescription" : "OH_VideoDecoder_GetOutputDescription"); in GetOutputFormat()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp601 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoEncoder_GetOutputDescription() function

Completed in 10 milliseconds