HomeSort by relevance Sort by last modified time
    Searched full:yuv (Results 101 - 125 of 1091) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 144 /* Increments mdpCount if 4k2k yuv layer split is enabled.
148 /* configures 4kx2k yuv layer*/
189 /* checks for conditions where YUV layers cannot be bypassed */
213 /* updates cache map with YUV info */
246 //Enable 4kx2k yuv layer split
271 /* Increments mdpCount if 4k2k yuv layer split is enabled.
276 /* configures 4kx2k yuv layer to 2 VG pipes*/
313 /* Increments mdpCount if 4k2k yuv layer split is enabled.
318 /* configures 4kx2k yuv layer*/
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 149 /* Increments mdpCount if 4k2k yuv layer split is enabled.
153 /* configures 4kx2k yuv layer*/
193 /* checks for conditions where YUV layers cannot be bypassed */
217 /* updates cache map with YUV info */
250 //Enable 4kx2k yuv layer split
276 /* Increments mdpCount if 4k2k yuv layer split is enabled.
281 /* configures 4kx2k yuv layer to 2 VG pipes*/
318 /* Increments mdpCount if 4k2k yuv layer split is enabled.
323 /* configures 4kx2k yuv layer*/
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.h 156 /* Increments mdpCount if 4k2k yuv layer split is enabled.
160 /* configures 4kx2k yuv layer*/
204 /* checks for conditions where YUV layers cannot be bypassed */
234 /* updates cache map with YUV info */
269 //Enable 4kx2k yuv layer split
298 /* Increments mdpCount if 4k2k yuv layer split is enabled.
303 /* configures 4kx2k yuv layer to 2 VG pipes*/
340 /* Increments mdpCount if 4k2k yuv layer split is enabled.
345 /* configures 4kx2k yuv layer*/
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 149 /* Increments mdpCount if 4k2k yuv layer split is enabled.
153 /* configures 4kx2k yuv layer*/
200 /* checks for conditions where YUV layers cannot be bypassed */
230 /* updates cache map with YUV info */
273 //Enable 4kx2k yuv layer split
307 /* Increments mdpCount if 4k2k yuv layer split is enabled.
312 /* configures 4kx2k yuv layer to 2 VG pipes*/
353 /* Increments mdpCount if 4k2k yuv layer split is enabled.
358 /* configures 4kx2k yuv layer*/
  /external/opencv3/modules/cudev/test/
test_color_cvt.cu 102 // RGB <-> YUV
104 CVT_COLOR_TEST(RGB, YUV, 3, 3)
105 CVT_COLOR_TEST(BGR, YUV, 3, 3)
107 CVT_COLOR_TEST(YUV, RGB, 3, 3)
108 CVT_COLOR_TEST(YUV, BGR, 3, 3)
  /external/skia/src/gpu/
GrYUVProvider.cpp 20 * Helper class to manage the resources used for storing the YUV planar data. Depending on the
46 // Fetch yuv plane sizes for memory allocation. Here, width and height can be
52 // Allocate the memory for YUV
69 // Get the YUV planes and update plane sizes to actual image size
76 // Decoding is done, cache the resulting YUV planes
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 24 * This object extends LuminanceSource around an array of YUV data returned from the camera driver,
95 byte[] yuv = yuvData;
98 System.arraycopy(yuv, inputOffset, matrix, outputOffset, width);
113 byte[] yuv = yuvData;
119 int grey = yuv[inputOffset + x] & 0xff;
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 210 * <li>For efficient YUV processing with {@link android.renderscript}:
212 * {@link android.renderscript.Allocation Allocation} with a supported YUV
218 * <li>For access to RAW, uncompressed YUV, or compressed JPEG data in the application: Create an
272 * format, {@code YUV} refers to a target Surface using the
290 * can be created with targets {@code [8 MP YUV, 2 MP PRIV]} or targets {@code [2 MP YUV, 2 MP
291 * PRIV]}; but a session with targets {@code [8 MP YUV, 4 MP PRIV]}, targets {@code [4 MP YUV, 4
292 * MP PRIV]}, or targets {@code [8 MP PRIV, 2 MP YUV]} would not be guaranteed to work, unless
308 * <tr> <td>{@code YUV }</td><td id="rb">{@code MAXIMUM}</td> <td colspan="2" id="rb"></td> <td colspan="2" id="rb"></td> (…)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 343 /* found YUV output */
352 APP_DPRINT("VPPTEST:: YUV output port is %d\n", pVppPortDef->yuvoutput_port);
528 printf("usage: %S <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n",
530 printf("./VPPTest_common patterns/qciftest.yuv qcif_qqcif 176 144 1 0 88 72 1 2 0 0\n");
532 printf("usage: %s <input.yuv><file_desc><Inp. Width><Inp. Height><Inp. color><0:no overlay/1:overlay><Out. Width><Out Height><yuv color><rgb color><0 :Internal 1 :external allocation><Feature [0-8]>\n",
534 printf("./VPPTest_common patterns/qciftest.yuv qcif_qqcif 176 144 1 0 88 72 1 2 0 0\n");
590 else if(yuvoutputcolor) /*Only YUV output*/
617 printf("usage: %S <input.yuv> <output desc> <Inp. width> <Inp. Height> <0:no overlay/1:overlay> <outputwidth> <outputheight> <0 (…)
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvCrop.java 30 * Crop {@link ImageFormat#YUV_420_888 flexible-YUV} {@link Allocation allocations} into
71 * Input YUV W x H
84 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
  /external/libvpx/libvpx/test/
aq_segment_test.cc 59 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
79 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
99 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
borders_test.cc 59 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
75 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
  /external/skia/gm/
imagetoyuvplanes.cpp 81 // Convert the RGB image to YUV planes using each YUV color space and draw the YUV planes
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.cc 29 inputFile(webrtc::test::ProjectRootPath() + "/resources/foreman_cif.yuv"),
31 "video_coding_test_output_352x288.yuv") {}
81 extension = "yuv";
  /external/webrtc/webrtc/tools/converter/
converter.h 22 // Handles a conversion between a set of RGBA frames to a YUV (I420) video.
27 // Converts RGBA to YUV video. If the delete_frames argument is true, the
77 // raw YUV frame to the file.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
aq_segment_test.cc 64 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
104 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
cpu_speed_test.cc 63 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
98 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 23 * the first of which converts from various YUV formats to 8bpp YUV, and
24 * the second of which converts from YUV to RGB.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 120 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
127 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
164 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
171 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
216 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
257 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
  /cts/tests/camera/src/android/hardware/camera2/cts/
means_yuvx_444_2d_to_1d.rs 21 // Must be YUV 420 888 (flexible YUV)
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 29 // Read in pixel values from latest frame - YUV color space
59 // Convert YUV to RGB, JFIF transform with fixed-point math
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 29 // Read in pixel values from latest frame - YUV color space
59 // Convert YUV to RGB, JFIF transform with fixed-point math
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 29 // Read in pixel values from latest frame - YUV color space
59 // Convert YUV to RGB, JFIF transform with fixed-point math
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 29 // Scale a YUV plane.
44 // Scales a YUV 4:2:0 image from the src width and height to the
  /external/libyuv/files/include/libyuv/
scale.h 29 // Scale a YUV plane.
44 // Scales a YUV 4:2:0 image from the src width and height to the

Completed in 1399 milliseconds

1 2 3 45 6 7 8 91011>>