[go: nahoru, domu]

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

/frameworks/rs/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/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.cpp160 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
161 ALOGE("Invalid element for use with YUV.");
169 ALOGE("Invalid YUV format.");
210 ALOGE("YUV only supports basic 2D.");
H A DElement.cpp115 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
H A DScriptIntrinsics.cpp622 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) {
H A DrsCppStructs.h513 sp<const Element> YUV; member in struct:android::RSC::RS::__anon1619
1341 * Utility function for returning an Element containing a YUV pixel.
1345 static sp<const Element> YUV(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/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.java1009 public static Element YUV(RenderScript rs) { method in class:Element

Completed in 495 milliseconds