/external/v4l2_codec2/accel/ |
D | fourcc.cc | 34 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");
|
D | fourcc.h | 83 NV12 = ComposeFourcc('N', 'V', '1', '2'), enumerator
|
/external/libyuv/files/docs/ |
D | formats.md | 100 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
|
D | rotation.md | 3 … 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/ |
D | VideoTypes.cpp | 33 case HalPixelFormat::NV12: in HalPixelFormatToString()
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | VideoTypes.h | 31 NV12 = 0x3231564e, enumerator
|
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 188 case PixelFormat::NV12: in draw_yuv420_macropixel() 245 case PixelFormat::NV12: in draw_rect() 325 case PixelFormat::NV12: in draw_char()
|
D | colorbar.cpp | 103 case PixelFormat::NV12: in draw_color_bar()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | pixelformats.h | 17 NV12 = MakeFourCC("NV12"), enumerator
|
/external/libkmsxx/kms++/src/ |
D | pixelformats.cpp | 16 { PixelFormat::NV12, { PixelColorType::YUV, 2, { { 8, 1, 1, }, { 8, 2, 2 } }, } },
|
/external/libaom/libaom/examples/ |
D | lightfield_decoder.c | 151 else if (output_format == NV12) in img_write_to_file() 187 if (output_format < YUV1D || output_format > NV12) in main()
|
D | lightfield_tile_list_decoder.c | 127 if (output_format < YUV1D || output_format > NV12) in main()
|
/external/libaom/libaom/common/ |
D | tools_common.h | 85 NV12, // Tile output in NV12 format. enumerator
|
/external/libkmsxx/py/tests/ |
D | scale.py | 27 format = pykms.PixelFormat.NV12
|
D | rottest.py | 16 plane = res.reserve_overlay_plane(crtc, pykms.PixelFormat.NV12)
|
/external/libkmsxx/kms++/src/omap/ |
D | omapframebuffer.cpp | 82 case PixelFormat::NV12: in Create()
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 281 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/ |
D | pykmsbase.cpp | 178 .value("NV12", PixelFormat::NV12) in init_pykmsbase()
|
/external/angle/extensions/ |
D | EGL_ANGLE_stream_producer_d3d_texture.txt | 163 - Remove NV12 suffix from function names
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 884 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/ |
D | release_notes.md | 136 * Added kRG_88_SkColorType. This is intended to help support YUV uses case (e.g., NV12).
|
/external/skia/ |
D | RELEASE_NOTES.txt | 171 * Added kRG_88_SkColorType. This is intended to help support YUV uses case (e.g., NV12).
|
/external/webrtc/talk/app/webrtc/objc/ |
D | avfoundationvideocapturer.mm | 178 // Make the capturer output NV12. Ideally we want I420 but that's not
|
/external/angle/src/tests/egl_tests/ |
D | EGLStreamTest.cpp | 529 TEST_P(D3D11TextureStreamSamplingTest, NV12) in TEST_P() argument
|
/external/mesa3d/src/util/format/ |
D | u_format.csv | 389 # RGB version of NV12 for hardware that supports sampling from
|