Home | History | Annotate | Download | only in camera

Lines Matching full:y_off

2190             ALOGV("%s: %d %d", __func__, newFrame->y_off, newFrame->cbcr_off);
2191 write(file_fd, (const void *)(newFrame->buffer+newFrame->y_off), w * h);
2427 int y_off,
2457 heap->y_offset = y_off;
2535 frame->y_off = heap->y_offset;
2540 "cbcr_off: %d y_off: %d frame_len: %d", __func__,
2542 frame->phy_offset, cbcr_off, y_off, frame->ion_alloc.len);
2551 buf_def->buf.mp[i].planes[0].data_offset = y_off;