Home
last modified time | relevance | path

Searched refs:YUV (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java275 private static enum ReprocessType { NONE, PRIVATE, YUV } enumConstant
500 /*reprocessType*/ ReprocessType.YUV),
505 /*reprocessType*/ ReprocessType.YUV),
510 /*reprocessType*/ ReprocessType.YUV),
516 /*reprocessType*/ ReprocessType.YUV),
548 /*reprocessType*/ ReprocessType.YUV),
552 /*reprocessType*/ ReprocessType.YUV),
557 /*reprocessType*/ ReprocessType.YUV),
563 /*reprocessType*/ ReprocessType.YUV),
603 /*reprocessType*/ ReprocessType.YUV),
[all …]
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt115 encoding formats use a YUV color space. The two approaches are
121 In this case, the VisualID of the EGLConfig would correspond to a YUV
124 config to render normal window contents would result in an RGB -> YUV color
125 space conversion when rendering the frame as well as a YUV -> RGB
/frameworks/rs/script_api/
Drs_convert.spec162 summary: Convert a YUV value to RGBA
164 Converts a color from a YUV representation to RGBA.
Drs_object_types.spec193 summary: YUV format
195 Android YUV formats that can be associated with a RenderScript Type.
Drs_allocation_create.spec101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DKernelVariables.cpp68 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs)); in main()
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Djnikernelvariables.cpp77 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs)); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DViewfinderProcessor.java44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs)); in ViewfinderProcessor()
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
DMainActivity.java98 Type.Builder yuvTypeBuilder = new Type.Builder(mRS, Element.YUV(mRS)); in updateImage()
/frameworks/rs/script_api/include/
Drs_object_types.rsh200 * rs_yuv_format: YUV format
202 * Android YUV formats that can be associated with a RenderScript Type.
Drs_allocation_create.rsh95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
104 * yuv_format: YUV layout for the Type
Drs_convert.rsh1606 * rsYuvToRGBA: Convert a YUV value to RGBA
1608 * Converts a color from a YUV representation to RGBA.
Drs_allocation_data.rsh2598 * Extracts the U component of a single YUV value from a 2D allocation of YUVs.
2614 * Extracts the V component of a single YUV value from a 2D allocation of YUVs.
2630 * Extracts the Y component of a single YUV value from a 2D allocation of YUVs.
/frameworks/rs/cpp/
DType.cpp162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) { in setYuvFormat()
DElement.cpp114 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
DScriptIntrinsics.cpp632 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) { in setInput()
DrsCppStructs.h513 sp<const Element> YUV; member
1345 static sp<const Element> YUV(const sp<RS> &rs);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java63 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs)); in ViewfinderProcessor()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp1475 OSCL_EXPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *YUV) in PVSetReferenceYUV() argument
1478 video->prevVop->yChan = (PIXEL *)YUV; in PVSetReferenceYUV()
1479 video->prevVop->uChan = (PIXEL *)YUV + video->size; in PVSetReferenceYUV()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop125 # Some hardware can do RGB->YUV conversion more efficiently in hardware
/frameworks/base/rs/java/android/renderscript/
DElement.java1011 public static Element YUV(RenderScript rs) { in YUV() method in Element
/frameworks/rs/driver/runtime/arch/
Dasimd.ll825 ;;;;;;;;; YUV ;;;;;;;;;;
Dneon.ll829 ;;;;;;;;; YUV ;;;;;;;;;;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26118 method public static android.renderscript.Element YUV(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39985 method public static android.renderscript.Element YUV(android.renderscript.RenderScript);

12