Home
last modified time | relevance | path

Searched refs:NV12 (Results 1 – 25 of 31) sorted by relevance

12

/external/v4l2_codec2/accel/
Dfourcc.cc34 case NV12: in FromUint32()
70 return Fourcc(NV12); in FromVideoPixelFormat()
158 case NV12: in ToVideoPixelFormat()
207 case NV12: in ToSinglePlanar()
215 return Fourcc(NV12); in ToSinglePlanar()
239 case NV12: in IsMultiPlanar()
273 static_assert(Fourcc::NV12 == V4L2_PIX_FMT_NV12, "Mismatch Fourcc");
Dfourcc.h83 NV12 = ComposeFourcc('N', 'V', '1', '2'), enumerator
/external/libyuv/files/docs/
Dformats.md100 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
102 I420, NV12 and NV21 are half width, half height
155 # NV12 and NV21
157 NV12 is a biplanar format with a full sized Y plane followed by a single
160 The 12 in NV12 refers to 12 bits per pixel. NV12 has a half width and half
Drotation.md3 … allow rotation of any format. Optimized functionality is supported for I420, ARGB, NV12 and NV21.
24 640 x 480 NV12 captured<br>
/external/v4l2_codec2/common/
DVideoTypes.cpp33 case HalPixelFormat::NV12: in HalPixelFormatToString()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoTypes.h31 NV12 = 0x3231564e, enumerator
/external/libkmsxx/kms++util/src/
Ddrawing.cpp188 case PixelFormat::NV12: in draw_yuv420_macropixel()
245 case PixelFormat::NV12: in draw_rect()
325 case PixelFormat::NV12: in draw_char()
Dcolorbar.cpp103 case PixelFormat::NV12: in draw_color_bar()
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h17 NV12 = MakeFourCC("NV12"), enumerator
/external/libkmsxx/kms++/src/
Dpixelformats.cpp16 { PixelFormat::NV12, { PixelColorType::YUV, 2, { { 8, 1, 1, }, { 8, 2, 2 } }, } },
/external/libaom/libaom/examples/
Dlightfield_decoder.c151 else if (output_format == NV12) in img_write_to_file()
187 if (output_format < YUV1D || output_format > NV12) in main()
Dlightfield_tile_list_decoder.c127 if (output_format < YUV1D || output_format > NV12) in main()
/external/libaom/libaom/common/
Dtools_common.h85 NV12, // Tile output in NV12 format. enumerator
/external/libkmsxx/py/tests/
Dscale.py27 format = pykms.PixelFormat.NV12
Drottest.py16 plane = res.reserve_overlay_plane(crtc, pykms.PixelFormat.NV12)
/external/libkmsxx/kms++/src/omap/
Domapframebuffer.cpp82 case PixelFormat::NV12: in Create()
/external/libyuv/files/unit_test/
Dconvert_test.cc281 TESTAPLANARTOP(Android420, NV12, 2, 0, 1, 2, 2, I420, 2, 2)
392 TESTPLANARTOBP(I420, 2, 2, NV12, 2, 2)
605 TESTBIPLANARTOP(NV12, 2, 2, I420, 2, 2)
847 TESTBIPLANARTOB(NV12, 2, 2, ARGB, ARGB, 4, 2)
849 TESTBIPLANARTOB(NV12, 2, 2, ABGR, ABGR, 4, 2)
851 TESTBIPLANARTOB(NV12, 2, 2, RGB24, RGB24, 3, 2)
853 TESTBIPLANARTOB(NV12, 2, 2, RAW, RAW, 3, 2)
855 TESTBIPLANARTOB(NV12, 2, 2, RGB565, RGB565, 2, 9)
1073 TESTATOBIPLANAR(ARGB, 1, 4, NV12, 2, 2)
1075 TESTATOBIPLANAR(YUY2, 2, 4, NV12, 2, 2)
[all …]
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp178 .value("NV12", PixelFormat::NV12) in init_pykmsbase()
/external/angle/extensions/
DEGL_ANGLE_stream_producer_d3d_texture.txt163 - Remove NV12 suffix from function names
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h884 TEST_ROTATE(NV12, 12, 0)
885 TEST_ROTATE(NV12, 12, 90)
886 TEST_ROTATE(NV12, 12, 180)
887 TEST_ROTATE(NV12, 12, 270)
/external/skia/site/user/release/
Drelease_notes.md136 * Added kRG_88_SkColorType. This is intended to help support YUV uses case (e.g., NV12).
/external/skia/
DRELEASE_NOTES.txt171 * Added kRG_88_SkColorType. This is intended to help support YUV uses case (e.g., NV12).
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm178 // Make the capturer output NV12. Ideally we want I420 but that's not
/external/angle/src/tests/egl_tests/
DEGLStreamTest.cpp529 TEST_P(D3D11TextureStreamSamplingTest, NV12) in TEST_P() argument
/external/mesa3d/src/util/format/
Du_format.csv389 # RGB version of NV12 for hardware that supports sampling from

12