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

  /frameworks/av/media/libstagefright/include/media/stagefright/
YUVImage.h 46 class YUVImage {
56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
63 ~YUVImage();
93 const YUVImage &srcImage, YUVImage &destImage);
99 const YUVImage &srcImage, YUVImage &destImage);
106 const YUVImage &srcImage, YUVImage &destImage)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
YUVImage.java 27 public class YUVImage extends CodecImage {
32 public YUVImage(
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
YUVImage.java 36 * YUV, decompress to YUV, and YUV decode. A <code>YUVImage</code> instance
66 public class YUVImage {
72 * Create a new <code>YUVImage</code> instance backed by separate image
80 * {@link YUVImage above}.) If <code>strides</code> is null, then the
90 public YUVImage(int width, int[] strides, int height, int subsamp) {
95 * Create a new <code>YUVImage</code> instance backed by a unified image
108 public YUVImage(int width, int pad, int height, int subsamp) {
114 * Create a new <code>YUVImage</code> instance from a set of existing image
124 * @param offsets If this <code>YUVImage</code> instance represents a
135 * {@link YUVImage above}.) If <code>strides</code> is null, then th
    [all...]

Completed in 85 milliseconds