/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MandatoryStreamCombination.java | 275 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/ |
D | EGL_ANDROID_recordable.txt | 115 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/ |
D | rs_convert.spec | 162 summary: Convert a YUV value to RGBA 164 Converts a color from a YUV representation to RGBA.
|
D | rs_object_types.spec | 193 summary: YUV format 195 Android YUV formats that can be associated with a RenderScript Type.
|
D | rs_allocation_create.spec | 101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 68 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs)); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 77 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/ |
D | ViewfinderProcessor.java | 44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs)); in ViewfinderProcessor()
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 98 Type.Builder yuvTypeBuilder = new Type.Builder(mRS, Element.YUV(mRS)); in updateImage()
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 200 * rs_yuv_format: YUV format 202 * Android YUV formats that can be associated with a RenderScript Type.
|
D | rs_allocation_create.rsh | 95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE). 104 * yuv_format: YUV layout for the Type
|
D | rs_convert.rsh | 1606 * rsYuvToRGBA: Convert a YUV value to RGBA 1608 * Converts a color from a YUV representation to RGBA.
|
D | rs_allocation_data.rsh | 2598 * 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/ |
D | Type.cpp | 162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) { in setYuvFormat()
|
D | Element.cpp | 114 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
|
D | ScriptIntrinsics.cpp | 632 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) { in setInput()
|
D | rsCppStructs.h | 513 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/ |
D | ViewfinderProcessor.java | 63 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs)); in ViewfinderProcessor()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 1475 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/ |
D | SurfaceFlingerProperties.sysprop | 125 # Some hardware can do RGB->YUV conversion more efficiently in hardware
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 1011 public static Element YUV(RenderScript rs) { in YUV() method in Element
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 825 ;;;;;;;;; YUV ;;;;;;;;;;
|
D | neon.ll | 829 ;;;;;;;;; YUV ;;;;;;;;;;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26118 method public static android.renderscript.Element YUV(android.renderscript.RenderScript);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39985 method public static android.renderscript.Element YUV(android.renderscript.RenderScript);
|