Searched refs:YUV (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/api/
H A Drs_convert.spec142 summary: Convert a YUV value to RGBA
144 Converts a color from a YUV representation to RGBA.
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
/frameworks/rs/cpp/
H A DType.cpp152 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
153 ALOGE("Invalid element for use with YUV.");
158 ALOGE("Invalid YUV format.");
199 ALOGE("YUV only supports basic 2D.");
H A DElement.cpp114 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
H A DrsCppStructs.h68 * YUV formats supported by the RenderScript API.
71 RS_YUV_NONE = 0, ///< No YUV data
72 RS_YUV_YV12 = 1, ///< YUV data in YV12 format
73 RS_YUV_NV21 = 2, ///< YUV data in NV21 format
240 sp<const Element> YUV; member in struct:android::RSC::RS::__anon1533
1043 * Utility function for returning an Element containing a YUV pixel.
1047 static sp<const Element> YUV(sp<RS> rs);
1262 * A Type also supports YUV format information to support an Allocation in a YUV
1263 * format. The YUV format
[all...]
H A DScriptIntrinsics.cpp624 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1045 /* Purpose : Decode one video frame and return a YUV-12 image. */
1507 OSCL_EXPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *YUV) argument
1510 video->prevVop->yChan = (PIXEL *)YUV;
1511 video->prevVop->uChan = (PIXEL *)YUV + video->size;
1588 /* Purpose : PostProcess one video frame and return a YUV-12 image. */
1643 /* Purpose : Get YUV reference frame from external source. */
1644 /* In/out : YUV 4-2-0 frame containing new reference frame in the same */
1684 /* Purpose : Get YUV enhance reference frame from external source. */
1685 /* In/out : YUV 4-2-0 frame containing new reference frame in the same */
/frameworks/base/rs/java/android/renderscript/
H A DElement.java762 public static Element YUV(RenderScript rs) { method in class:Element

Completed in 310 milliseconds