Searched defs:VdecConfig (Results 1 – 1 of 1) sorted by relevance
42 struct VdecConfig { struct43 int inputWidth = 0;44 int inputHeight = 0;45 …Format inFormat = H264_MAIN_LEVEL; // stream format renference acldvppStreamFormat46 …Format outFormat = PIXEL_FORMAT_YUV_SEMIPLANAR_420; // output format renference acldvppPixelFormat47 uint32_t channelId = 0; // user define channelId: 0-1548 uint32_t deviceId = 0;49 pthread_t threadId = 0; // thread for callback50 aclvdecCallback callback = {0}; // user define how to process vdec out data51 bool runflag = true;