Home | History | Annotate | Download | only in encode

Lines Matching refs:y_size

361     int y_size = picture_width * picture_height;
377 u_src = newImageBuffer + y_size; /* UV offset for NV12 */
378 v_src = newImageBuffer + y_size + u_size;