HomeSort by relevance Sort by last modified time
    Searched refs:I420 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/
vpxenc.h 26 I420, // 4:2:0 8+ bit-depth
vpxenc.c 134 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0,
135 "Input file is I420 (default)");
653 global->color_type = I420;
688 global->color_type = I420;
    [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 87 TESTPLANARTOB(I420, 2, 2, ARGB, 4)
88 TESTPLANARTOB(I420, 2, 2, BGRA, 4)
89 TESTPLANARTOB(I420, 2, 2, ABGR, 4)
90 TESTPLANARTOB(I420, 2, 2, RGBA, 4)
91 TESTPLANARTOB(I420, 2, 2, RAW, 3)
92 TESTPLANARTOB(I420, 2, 2, RGB24, 3)
93 TESTPLANARTOB(I420, 2, 2, RGB565, 2)
94 TESTPLANARTOB(I420, 2, 2, ARGB1555, 2)
95 TESTPLANARTOB(I420, 2, 2, ARGB4444, 2)
102 TESTPLANARTOB(I420, 2, 2, YUY2, 2
    [all...]

Completed in 55 milliseconds