Home | History | Annotate | Download | only in src

Lines Matching refs:cbcr_off

138             CDBG("%s: %d %d", __func__, newFrame->y_off, newFrame->cbcr_off);
141 (newFrame->buffer + newFrame->cbcr_off), w * h / 2 * main_422);
155 //int cbcr_off = newFrame->buffer + newFrame->planes[1].data_offset;//newFrame->buffer + newFrame->planes[0].length;
156 int cbcr_off = newFrame->buffer + newFrame->planes[0].length;
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);
161 write(file_fd, (const void *)(cbcr_off),
257 int i,j,num_planes, frame_len, y_off, cbcr_off;
270 cbcr_off = frame_offset_info->mp[1].offset;
292 pme->preview_buf.frame[i].cbcr_off = planes[0];
314 bufs[i].planes[j].data_offset = cbcr_off;
332 int i,y_off, cbcr_off,num_planes;
344 cbcr_off = 0;
347 cbcr_off = frame_offset_info->mp[1].offset;
350 CDBG("%s: y_off = %d,cbcr_off = %d,num_planes = %d",__func__,y_off,
351 cbcr_off,num_planes);
381 __func__,bufs[i].fd,ion_alloc.len,y_off,cbcr_off);
396 bufs[i].planes[j].data_offset = cbcr_off;