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

/frameworks/rs/script_api/
H A Drs_convert.spec162 summary: Convert a YUV value to RGBA
164 Converts a color from a YUV representation to RGBA.
H A Drs_object_types.spec193 summary: YUV format
195 Android YUV formats that can be associated with a RenderScript Type.
H A Drs_allocation_create.spec84 arg: rs_yuv_format yuv_format, "YUV layout for the Type"
101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp68 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs));
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java98 Type.Builder yuvTypeBuilder = new Type.Builder(mRS, Element.YUV(mRS));
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp77 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs));
/frameworks/rs/cpp/
H A DType.cpp162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
163 ALOGE("Invalid element for use with YUV.");
171 ALOGE("Invalid YUV format.");
212 ALOGE("YUV only supports basic 2D.");
H A DElement.cpp114 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
H A DScriptIntrinsics.cpp632 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) {
H A DrsCppStructs.h513 sp<const Element> YUV; member in struct:android::RSC::RS::__anon1962
1341 * Utility function for returning an Element containing a YUV pixel.
1345 static sp<const Element> YUV(const sp<RS> &rs);
1562 * A Type also supports YUV format information to support an Allocation in a YUV
1563 * format. The YUV formats supported are RS_YUV_YV12 and RS_YUV_NV21.
1586 * Returns the YUV format.
1587 * @return YUV format of the Allocation
1595 * @return YUV format of the Allocation
3941 * Set the matrix to convert from RGB to YUV wit
[all...]
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java63 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1047 /* Purpose : Decode one video frame and return a YUV-12 image. */
1514 OSCL_EXPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *YUV) argument
1517 video->prevVop->yChan = (PIXEL *)YUV;
1518 video->prevVop->uChan = (PIXEL *)YUV + video->size;
1595 /* Purpose : PostProcess one video frame and return a YUV-12 image. */
1650 /* Purpose : Get YUV reference frame from external source. */
1651 /* In/out : YUV 4-2-0 frame containing new reference frame in the same */
1691 /* Purpose : Get YUV enhance reference frame from external source. */
1692 /* In/out : YUV 4-2-0 frame containing new reference frame in the same */
/frameworks/base/rs/java/android/renderscript/
H A DElement.java1009 public static Element YUV(RenderScript rs) { method in class:Element

Completed in 2523 milliseconds