Searched
full:yuv (Results
326 -
350 of
1091) sorted by null
<<11121314151617181920>>
/external/ImageMagick/coders/ |
uyvy.c | 13 % Read/Write 16bit/pixel Interleaved YUV Image Format % 221 entry=AcquireMagickInfo("UYVY","PAL","16bit/pixel interleaved YUV"); 228 entry=AcquireMagickInfo("UYVY","UYVY","16bit/pixel interleaved YUV"); 278 % than the 12bit/pixel YUV format, but has better locality.
|
/external/kernel-headers/original/uapi/linux/ |
media-bus-format.h | 61 /* YUV (including grey) - next is 0x2026 */
|
/external/libavc/decoder/ |
iv.h | 166 /* IV_YUV_BUF_T: This structure defines attributes for the yuv buffer */
|
/external/libhevc/common/ |
iv.h | 164 /* IV_YUV_BUF_T: This structure defines attributes for the yuv buffer */
|
/external/libvpx/libvpx/test/ |
active_map_test.cc | 80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
|
cq_test.cc | 114 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
|
resize_test.cc | 252 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, 281 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, 353 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, 382 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
|
superframe_test.cc | 100 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
|
tile_independence_test.cc | 92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144,
|
yuv_video_source.h | 22 // This class extends VideoSource to allow parsing of raw YUV
|
/external/libyuv/files/ |
CMakeLists.txt | 11 set(ly_lib_name "yuv")
|
/external/libyuv/files/docs/ |
rotation.md | 61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed and can be called directly
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_video_buffer.h | 58 * get YUV plane order
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
README | 51 3) YUV blits for textured Xv.
|
/external/skia/resources/ |
slides_content2.lua | 99 -- atlas yuv (from jpeg) to convert on gpu
|
/external/skia/src/codec/ |
SkCodecImageGenerator.cpp | 56 // TODO (msarett): Change the YUV API in ImageGenerator to match SkCodec.
|
/external/skia/tests/ |
YUVTest.cpp | 56 // Allocate the memory for the YUV decode
|
/external/webrtc/ |
.gitignore | 62 /resources/**/*.yuv
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
video_metrics_unittest.cc | 30 video_file_ = webrtc::test::ResourcePath("foreman_cif_short", "yuv");
|
/external/webrtc/webrtc/tools/converter/ |
converter.cc | 88 // Add the I420 frame to the YUV video file.
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeHandler.java | 65 * @param data The YUV preview frame.
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
SoftAVCEncoder.cpp | 141 void *userData, int32_t index, uint8_t **yuv) { 144 return encoder->bindOutputBuffer(index, yuv); 715 int32_t SoftAVCEncoder::bindOutputBuffer(int32_t index, uint8_t **yuv) { 718 *yuv = (uint8_t *) mOutputBuffers[index]->data();
|
/frameworks/base/graphics/java/android/graphics/ |
ColorMatrixColorFilter.java | 21 * can be used to change the saturation of pixels, convert from YUV to RGB, etc.
|
/frameworks/rs/driver/runtime/ |
rs_allocation.c | 383 const size_t cstep = alloc->mHal.drvState.yuv.step; 384 const size_t shift = alloc->mHal.drvState.yuv.shift; 397 const size_t cstep = alloc->mHal.drvState.yuv.step; 398 const size_t shift = alloc->mHal.drvState.yuv.shift;
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
ViewfinderProcessor.java | 44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
|
Completed in 1200 milliseconds
<<11121314151617181920>>