Home
last modified time | relevance | path

Searched defs:VdecConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DDvppCommon.h42 struct VdecConfig { struct
43 int inputWidth = 0;
44 int inputHeight = 0;
45 …Format inFormat = H264_MAIN_LEVEL; // stream format renference acldvppStreamFormat
46 …Format outFormat = PIXEL_FORMAT_YUV_SEMIPLANAR_420; // output format renference acldvppPixelFormat
47 uint32_t channelId = 0; // user define channelId: 0-15
48 uint32_t deviceId = 0;
49 pthread_t threadId = 0; // thread for callback
50 aclvdecCallback callback = {0}; // user define how to process vdec out data
51 bool runflag = true;