Home
last modified time | relevance | path

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

/external/libkmsxx/kms++util/src/
Ddrawing.cpp132 case PixelFormat::NV12: in draw_yuv420_macropixel()
187 case PixelFormat::NV12: in draw_rect()
249 case PixelFormat::NV12: in draw_char()
Dcolorbar.cpp103 case PixelFormat::NV12: in draw_color_bar()
Dtestpat.cpp135 case PixelFormat::NV12: in draw_test_pattern_part()
/external/v4l2_codec2/include/
DC2VDACommon.h16 NV12 = 0x3231564e, enumerator
/external/libxcam/tests/
Dtest-xcamsrc-camera.sh3 gst-launch-1.0 xcamsrc sensor-id=3 capture-mode=1 io-mode=4 ! video/x-raw, format=NV12, width=1920,…
/external/libkmsxx/kms++/src/
Dpixelformats.cpp16 { PixelFormat::NV12, { 2, { { 8, 1, 1, }, { 8, 2, 2 } }, } },
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h17 NV12 = MakeFourCC("NV12"), enumerator
/external/libyuv/files/docs/
Drotation.md3 … allow rotation of any format. Optimized functionality is supported for I420, ARGB, NV12 and NV21.
24 640 x 480 NV12 captured<br>
Dformats.md105 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
107 I420, NV12 and NV21 are half width, half height
/external/libaom/libaom/examples/
Dlightfield_decoder.c150 else if (output_format == NV12) in img_write_to_file()
186 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/
Drottest.py16 plane = res.reserve_overlay_plane(crtc, pykms.PixelFormat.NV12)
/external/libkmsxx/kms++/src/omap/
Domapframebuffer.cpp82 case PixelFormat::NV12: in Create()
/external/v4l2_codec2/
DC2VDAAdaptor.cpp84 case HalPixelFormat::NV12: in importBufferForPicture()
DC2VDAComponent.cpp1181 pixelFormat == android::HalPixelFormat::NV12); in appendSecureOutputBuffer()
/external/libyuv/files/unit_test/
Dconvert_test.cc278 TESTAPLANARTOP(Android420, NV12, 2, 0, 1, 2, 2, I420, 2, 2)
372 TESTPLANARTOBP(I420, 2, 2, NV12, 2, 2)
489 TESTBIPLANARTOP(NV12, 2, 2, I420, 2, 2)
736 TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4, 2)
738 TESTBIPLANARTOB(NV12, 2, 2, ABGR, 4, 2)
740 TESTBIPLANARTOB(NV12, 2, 2, RGB565, 2, 9)
963 TESTATOBIPLANAR(ARGB, 1, 4, NV12, 2, 2)
965 TESTATOBIPLANAR(YUY2, 2, 4, NV12, 2, 2)
966 TESTATOBIPLANAR(UYVY, 2, 4, NV12, 2, 2)
/external/libxcam/
DChangeLog81 - sink pad supports format NV12, src pad supports DMA buffer-sharing
120 - support NV12 stream as fake input instead of camera sensor.
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp174 .value("NV12", PixelFormat::NV12) in init_pykmsbase()
/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/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm178 // Make the capturer output NV12. Ideally we want I420 but that's not