Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/
H A Dswdecodersetparameter_fuzzer.cpp45 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avformat.h91 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType,
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecodersetparameter_fuzzer/
H A Dhevcswdecodersetparameter_fuzzer.cpp44 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/hevc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/
H A Dencodersetparameter_fuzzer.cpp49 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.cpp89 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp92 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp51 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType, int32_t width, int32_t height) in OH_AVFormat_CreateVideoFormat() function
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c129 OH_AVFormat *formatVideo = OH_AVFormat_CreateVideoFormat(param->mimeType, in AddTrackVideo()

Completed in 4 milliseconds