Home
last modified time | relevance | path

Searched refs:OH_AVFormat_CreateVideoFormat (Results 1 – 7 of 7) sorted by relevance

/foundation/multimedia/media_foundation/interface/kits/c/
Dnative_avformat.h91 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType,
/foundation/multimedia/av_codec/test/fuzztest/encoderSetParameter_fuzzer/
DencoderSetParameter_fuzzer.cpp48 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderSetParameter_fuzzer/
DswdecoderSetParameter_fuzzer.cpp46 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
Davformat_capi_mock.cpp92 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
Davformat_capi_mock.cpp89 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
/foundation/multimedia/media_foundation/src/capi/
Dnative_avformat.cpp47 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType, int32_t width, int32_t heig… in OH_AVFormat_CreateVideoFormat() function
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
Dnative_avmuxer_demo.c120 OH_AVFormat *formatVideo = OH_AVFormat_CreateVideoFormat(param->mimeType, in AddTrackVideo()