Searched refs:OH_AVFormat_CreateVideoFormat (Results 1 – 7 of 7) sorted by relevance
| /foundation/multimedia/media_foundation/interface/kits/c/ |
| D | native_avformat.h | 91 struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *mimeType,
|
| /foundation/multimedia/av_codec/test/fuzztest/encoderSetParameter_fuzzer/ |
| D | encoderSetParameter_fuzzer.cpp | 48 OH_AVFormat *format = OH_AVFormat_CreateVideoFormat("video/avc", DEFAULT_WIDTH, DEFAULT_HEIGHT); in DoSomethingInterestingWithMyAPI()
|
| /foundation/multimedia/av_codec/test/fuzztest/swdecoderSetParameter_fuzzer/ |
| D | swdecoderSetParameter_fuzzer.cpp | 46 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/ |
| D | avformat_capi_mock.cpp | 92 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
|
| /foundation/multimedia/media_foundation/tests/unittest/format/capi/ |
| D | avformat_capi_mock.cpp | 89 format_ = OH_AVFormat_CreateVideoFormat(mimeType.data(), width, height); in InitVideoTrackFormat()
|
| /foundation/multimedia/media_foundation/src/capi/ |
| D | native_avformat.cpp | 47 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/ |
| D | native_avmuxer_demo.c | 120 OH_AVFormat *formatVideo = OH_AVFormat_CreateVideoFormat(param->mimeType, in AddTrackVideo()
|