Home
last modified time | relevance | path

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

123

/external/v4l2_codec2/common/
DFourcc.cpp30 case NV12: in fromUint32()
64 case VideoPixelFormat::NV12: in fromVideoPixelFormat()
65 return Fourcc(NV12); in fromVideoPixelFormat()
95 case VideoPixelFormat::NV12: in fromVideoPixelFormat()
153 case NV12: in toVideoPixelFormat()
155 return VideoPixelFormat::NV12; in toVideoPixelFormat()
173 return VideoPixelFormat::NV12; in toVideoPixelFormat()
203 case NV12: in toSinglePlanar()
211 return Fourcc(NV12); in toSinglePlanar()
235 case NV12: in isMultiPlanar()
[all …]
DVideoPixelFormat.cpp39 case VideoPixelFormat::NV12: in videoPixelFormatToString()
109 case VideoPixelFormat::NV12: in bitDepth()
157 case VideoPixelFormat::NV12: in RequiresEvenSizeAllocation()
197 case VideoPixelFormat::NV12: in numPlanes()
293 case VideoPixelFormat::NV12: in bytesPerElement()
345 case VideoPixelFormat::NV12: in SampleSize()
DFormatConverter.cpp99 if (outFormat != VideoPixelFormat::I420 && outFormat != VideoPixelFormat::NV12) { in Create()
213 inputFormat = (srcV > srcU) ? VideoPixelFormat::NV12 : VideoPixelFormat::NV21; in convertBlock()
228 case convertMap(VideoPixelFormat::YV12, VideoPixelFormat::NV12): in convertBlock()
233 case convertMap(VideoPixelFormat::NV12, VideoPixelFormat::I420): in convertBlock()
243 case convertMap(VideoPixelFormat::NV21, VideoPixelFormat::NV12): in convertBlock()
273 case convertMap(VideoPixelFormat::ABGR, VideoPixelFormat::NV12): { in convertBlock()
DVideoTypes.cpp92 case HalPixelFormat::NV12: in HalPixelFormatToString()
/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs40 libvda::PixelFormat::NV12 => Format::NV12, in new()
74 .find(|fd| fd.format == Format::NV12) in new()
189 Format::NV12 => libvda::PixelFormat::NV12, in start_session()
Dencoder.rs157 Format::NV12 => { in populate_src_params()
/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/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs21 libvda::PixelFormat::NV12 => Format::NV12, in from_pixel_format()
/external/webrtc/sdk/objc/components/renderer/opengl/
DRTCDefaultShader.mm115 NSAssert(!_nv12Program, @"NV12 program already created");
124 RTCLog(@"Failed to get uniform variable locations in NV12 shader");
192 RTCLog(@"Failed to setup NV12 shader");
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs37 Format::NV12 => libvda::PixelFormat::NV12, in try_from()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoTypes.h37 NV12 = 0x3231564e, enumerator
DVideoPixelFormat.h24 NV12, // 12bpp with Y plane followed by a 2x2 interleaved UV plane. enumerator
DFourcc.h83 NV12 = composeFourcc('N', 'V', '1', '2'), enumerator
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h17 NV12 = MakeFourCC("NV12"), enumerator
/external/crosvm/devices/src/virtio/video/
Dformat.rs140 NV12 = VIRTIO_VIDEO_FORMAT_NV12, enumerator
155 NV12 => write!(f, "NV12"), in fmt()
/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/libkmsxx/kms++util/src/
Ddrawing.cpp291 case PixelFormat::NV12: in draw_yuv420_semiplanar_macropixel()
364 case PixelFormat::NV12: in draw_yuv420_macropixel()
429 case PixelFormat::NV12: in draw_rect()
529 case PixelFormat::NV12: in draw_char()
Dcolorbar.cpp103 case PixelFormat::NV12: in draw_color_bar()
/external/libkmsxx/kms++/src/
Dpixelformats.cpp32 { PixelFormat::NV12, {
/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.cpp81 case PixelFormat::NV12: in Create()

123