Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4061ccec authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Propagate time stamp information even filled length is zero"

parents 9a39b0b3 6ed74dc1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1992,8 +1992,7 @@ static void handle_fbd(enum hal_command_response cmd, void *data)
				vb->v4l2_planes[0].bytesused,
				vb->v4l2_planes[0].length);
		if (!(fill_buf_done->flags1 &
			HAL_BUFFERFLAG_TIMESTAMPINVALID) &&
			fill_buf_done->filled_len1) {
			HAL_BUFFERFLAG_TIMESTAMPINVALID)) {
			time_usec = fill_buf_done->timestamp_hi;
			time_usec = (time_usec << 32) |
				fill_buf_done->timestamp_lo;