Searched
full:yuv (Results
476 -
500 of
1091) sorted by null
<<11121314151617181920>>
/frameworks/av/media/libstagefright/codecs/avcenc/ |
SoftAVCEnc.h | 260 #define INPUT_DUMP_EXT "yuv"
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 64 uint8 *data; /* pointer to output YUV buffer */
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 273 * Request the camera hal to store meta data or real YUV data in 276 * hal behavior is to store real YUV data in the video buffers. 288 * buffers, but all camera hal should support storing real YUV data 298 * the camera hal to store real YUV data in the video
|
/frameworks/base/core/java/android/hardware/camera2/ |
package.html | 67 android.renderscript.Allocation} with a YUV {@link
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
colorspace.cpp | 44 // Convert YUV to RGBA
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorSpace.java | 33 * YUV to RGB conversion is done using the ITU-R BT.601 transformation. The output buffer must
|
/frameworks/rs/ |
rs.spec | 46 param uint32_t yuv
|
rsRuntime.h | 171 uint32_t yuv);
|
/hardware/intel/common/libva/va/ |
va_dec_jpeg.h | 73 /** \brief Input color space 0: YUV, 1: RGB, 2: BGR, others: reserved */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
keyframe_test.cc | 123 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngOverlayPlane.cpp | 145 mapper.getStride().yuv.yStride,
|
TngPlaneManager.cpp | 115 VTRACE("invalid z order config. rgb (%d, %d) yuv (%d, %d)",
|
/hardware/libhardware/tests/camera2/ |
CameraMultiStreamTests.cpp | 466 * concurrently: one preview stream, 2 other YUV stream. 561 // YUV capture anyway. 595 // Metering burst stream: small resolution yuv stream 603 // Capture burst stream: full resolution yuv stream
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_video.c | 44 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.h | 264 //Returns true, if the layer is YUV or the layer has been rendered by CPU 376 //Routine to split and configure high resolution YUV layer (> 2048 width) 409 // Returns true if the buffer is yuv 414 // Returns true if the buffer is yuv
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_utils.h | 286 //Returns true, if the layer is YUV or the layer has been rendered by CPU 425 //Routine to split and configure high resolution YUV layer (> 2048 width) 473 // Returns true if the buffer is yuv 478 // Returns true if the buffer is yuv and exceeds the mixer width
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.h | 314 //Returns true, if the layer is YUV or the layer has been rendered by CPU 449 //Routine to split and configure high resolution YUV layer (> 2048 width) 495 // Returns true if the buffer is yuv 500 // Returns true if the buffer is yuv and exceeds the mixer width
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 250 /* PPLIB not needed if the the input to jpeg encoder is yuv. Uncomment the next line if PPLIB is needed */ 512 OMX_U32 ulEnableYUVOutput[2]; /**< Flag to enable YUV output */ 533 OMX_U32 ulFrameYUVRotation[2]; /**< Rotation to apply to YUV Output. May be set to 0, 90, 180, or 270*/ 539 OMX_U32 ulYUVFrameSize[2]; /**< YUV output size in bytes */
|
/hardware/ti/omap4-aah/camera/inc/ |
NV12_resize.h | 116 * Description : Resize a yuv frame.
|
/hardware/ti/omap4xxx/camera/inc/ |
NV12_resize.h | 124 * Description : Resize a yuv frame.
|
/packages/apps/Camera2/src/com/android/camera/one/config/ |
OneCameraFeatureConfigCreator.java | 113 // On LIMITED devices starting with L-MR1 we run a simple YUV
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
YuvImageBackendImageSaver.java | 50 * Wires up the ImageBackend task submission process to save Yuv images.
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 82 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeDecodeTest.java | 66 private static final int TEST_Y = 120; // YUV values for colored rect 92 // validate YUV->RGB decoded frames against BT.601 and/or BT.709 562 * Returns true if the specified color format is semi-planar YUV. Throws an exception 563 * if the color format is not recognized (e.g. not YUV). [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/ |
venc_test.cpp | 40 // FILE QVGA MP4 24 384000 100 enc_qvga.yuv QVGA_24.m4v 41 // FILE QCIF MP4 15 96000 0 foreman.qcif.yuv output_qcif.m4v 42 // FILE VGA MP4 24 1200000 218 enc_vga.yuv vga_output.m4v 1444 OMX_U8 *yuv = pYUVBuffer->pBuffer; local [all...] |
Completed in 1007 milliseconds
<<11121314151617181920>>