Il 23/02/22 04:40, Yunfei Dong ha scritto:
Capture queue format type is difference for different platform, need to calculate capture buffer size according to capture queue format type in scp. Signed-off-by: Yunfei Dong <yunfei.dong@xxxxxxxxxxxx>
This change is ok, but the commit message should be changed to advertise that this is preparation for the new stateless H264 decoding driver. Besides, I suggest to reorder the commits sequence, so that this commit goes in between "Extract H264 common code" and "support stateless H.264 decoding for mt8192", as this last one is the actual real user of this change. Anyway, this is my commit message proposal: The capture queue format type may be differ depending on platform: for stateless decoder drivers, we need to calculate the capture buffer size according to the capture queue format type in SCP. As a preparation for introducing drivers for stateless decoding, save the current capture queue type on a per vcodec context basis. After fixing, Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>