Home | History | Annotate | Download | only in src

Lines Matching defs:y_off

199             void* y_off = newFrame->buffer + newFrame->planes[0].data_offset;
202 CDBG("%s: %s Y_off = %p cbcr_off = %p", __func__, name, y_off,cbcr_off);
203 CDBG("%s: Y_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].length);
205 write(file_fd, (const void *)(y_off), (w * h));
325 int i,j,num_planes, frame_len, y_off, cbcr_off;
337 y_off = frame_offset_info->mp[0].offset;
359 pme->preview_buf.frame[i].y_off = 0;
376 bufs[i].planes[0].data_offset = y_off;