Home | History | Annotate | Download | only in src

Lines Matching refs:y_off

138             CDBG("%s: %d %d", __func__, newFrame->y_off, newFrame->cbcr_off);
139 write(file_fd, (const void *)(newFrame->buffer+newFrame->y_off), w * h);
154 int y_off = newFrame->buffer + newFrame->planes[0].data_offset;
157 CDBG("%s: Y_off = %p cbcr_off = %p", __func__, y_off,cbcr_off);
158 CDBG("%s: Y_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].length);
160 write(file_fd, (const void *)(y_off), newFrame->planes[0].length);
257 int i,j,num_planes, frame_len, y_off, cbcr_off;
269 y_off = frame_offset_info->mp[0].offset;
291 pme->preview_buf.frame[i].y_off = 0;
308 bufs[i].planes[0].data_offset = y_off;
332 int i,y_off, cbcr_off,num_planes;
343 y_off = frame_offset_info->mp[0].offset;;
346 y_off = frame_offset_info->mp[0].offset;
350 CDBG("%s: y_off = %d,cbcr_off = %d,num_planes = %d",__func__,y_off,
380 CDBG(" %s : Buffer allocated fd = %d, length = %d, y_off = %d cdcr_off = %d",
381 __func__,bufs[i].fd,ion_alloc.len,y_off,cbcr_off);
390 bufs[i].planes[0].data_offset = y_off;