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

/frameworks/rs/cpp/
H A DType.cpp150 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
151 ALOGE("Invalid element for use with YUV.");
156 ALOGE("Invalid YUV format.");
H A DElement.cpp114 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
H A DrsCppStructs.h65 * YUV formats supported by the RenderScript API.
68 RS_YUV_NONE = 0, ///< No YUV data
69 RS_YUV_YV12 = 1, ///< YUV data in YV12 format
70 RS_YUV_NV21 = 2, ///< YUV data in NV21 format
234 sp<const Element> YUV; member in struct:android::RSC::RS::__anon1463
983 * Utility function for returning an Element containing a YUV pixel.
987 static sp<const Element> YUV(sp<RS> rs);
1193 * A Type also supports YUV format information to support an Allocation in a YUV
1194 * format. The YUV format
[all...]
H A DScriptIntrinsics.cpp586 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp998 /* Purpose : Decode one video frame and return a YUV-12 image. */
1460 OSCL_EXPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *YUV) argument
1463 video->prevVop->yChan = (PIXEL *)YUV;
1464 video->prevVop->uChan = (PIXEL *)YUV + video->size;
1541 /* Purpose : PostProcess one video frame and return a YUV-12 image. */
1596 /* Purpose : Get YUV reference frame from external source. */
1597 /* In/out : YUV 4-2-0 frame containing new reference frame in the same */
1637 /* Purpose : Get YUV enhance reference frame from external source. */
1638 /* In/out : YUV 4-2-0 frame containing new reference frame in the same */
/frameworks/base/rs/java/android/renderscript/
H A DElement.java733 public static Element YUV(RenderScript rs) { method in class:Element

Completed in 150 milliseconds