Loading include/system/graphics.h +3 −4 Original line number Original line Diff line number Diff line Loading @@ -48,12 +48,11 @@ enum { /* /* * Android YUV format: * Android YUV format: * * * This format is exposed outside of the HAL to software * This format is exposed outside of the HAL to software decoders and * decoders and applications. * applications. EGLImageKHR must support it in conjunction with the * EGLImageKHR must support it in conjunction with the * OES_EGL_image_external extension. * OES_EGL_image_external extension. * * * YV12 is 4:2:0 YCrCb planar format comprised of a WxH Y plane followed * YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed * by (W/2) x (H/2) Cr and Cb planes. * by (W/2) x (H/2) Cr and Cb planes. * * * This format assumes * This format assumes Loading Loading
include/system/graphics.h +3 −4 Original line number Original line Diff line number Diff line Loading @@ -48,12 +48,11 @@ enum { /* /* * Android YUV format: * Android YUV format: * * * This format is exposed outside of the HAL to software * This format is exposed outside of the HAL to software decoders and * decoders and applications. * applications. EGLImageKHR must support it in conjunction with the * EGLImageKHR must support it in conjunction with the * OES_EGL_image_external extension. * OES_EGL_image_external extension. * * * YV12 is 4:2:0 YCrCb planar format comprised of a WxH Y plane followed * YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed * by (W/2) x (H/2) Cr and Cb planes. * by (W/2) x (H/2) Cr and Cb planes. * * * This format assumes * This format assumes Loading