hi all.i want to know in the usecase vdec_vdis whether all the dec channels should be init meanwhile at the beginning?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi all.i want to know in the usecase vdec_vdis whether all the dec channels should be init meanwhile at the beginning?
so if i want to change one of the channel's resolution,how can i do ?
whether i need to delete the channel,
(function
Vdec_deleteChn | ( | VDEC_CHN | vdecChnId | ) |
)
then modify the resolution dec parameter
and at last create the channel again
(function
Vdec_createChn | ( | VDEC_CHN_CREATE_PARAMS_S * | vdecCrePrm | ) |
)