No description
If the data is read directly from the input buffer, set the stride values to those of the input buffer. If the data is copied, set the stride to the value of the local buffer instead. This fixes handling of cases where the input buffer stride is (significantly) larger than the maxwidth of the video. This also effectively makes the parameter ive_ctl_set_dimensions_ip_t.u4_strd useless - nothing needs to know the stride until you actually encode a frame, and at that point, we can either use the stride of the input buffer, or of the local pu1_y_csc_buf_base where the copied content is stored. Change-Id: Icde400b4a0867d25855e621e143454e608748aa3 |
||
|---|---|---|
| common | ||
| decoder | ||
| encoder | ||
| test | ||
| Android.mk | ||
| decoder.arm.mk | ||
| decoder.arm64.mk | ||
| decoder.mips.mk | ||
| decoder.mips64.mk | ||
| decoder.mk | ||
| decoder.x86.mk | ||
| decoder.x86_64.mk | ||
| encoder.arm.mk | ||
| encoder.arm64.mk | ||
| encoder.mips.mk | ||
| encoder.mips64.mk | ||
| encoder.mk | ||
| encoder.x86.mk | ||
| encoder.x86_64.mk | ||