/hardware/qcom/display/libhwcomposer/ |
hwc_mdpcomp.h | 145 /* checks for conditions where YUV layers cannot be bypassed */ 162 /* updates cache map with YUV info */
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 20 * This defines API for camerahal to encode YUV using libjpeg 38 * libjpeg encoder class - uses libjpeg to encode yuv
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 32 image in YUV 4:2:0 format. Currently the input format supported are YUV 4:2:0, 279 /** Contains the format of the input video, e.g., YUV 4:2:0, UYVY, RGB24, etc. */ 297 /** Pointer to the reconstructed frame buffer in YUV 4:2:0 domain. */ 369 containing coded bit stream, reconstructed frame in YUV 4:2:0 (can be changed
|
mp4enc_api.h | 322 * @brief This function encodes a frame in YUV 4:2:0 format from the *video_in input frame and put the result in YUV 329 * @param vid_in is the pointer to VideoEncFrameIO structure containing the YUV input data 330 * @param vid_out is the pointer to VideoEncFrameIO structure containing the reconstructed YUV output data after encoding 354 * @brief This function sets the input YUV frame and timestamp to be encoded by the slice-based encoding function PVEncodeSlice(). 360 * @param vid_in is the pointer to VideoEncFrameIO structure containing the YUV input data 379 * @param vid_out is the pointer to VideoEncFrameIO structure containing the reconstructed YUV output data after encoding
|
/external/webp/include/webp/ |
encode.h | 272 // Main flag for encoder selecting between ARGB or YUV input. 274 // compression, and YUV input (*y, *u, *v, etc.) for lossy compression 278 // YUV input (mostly used for input to lossy compression) 442 // Converts picture->yuv to picture->argb and sets picture->use_argb to true. 450 // Helper function: given a width x height plane of YUV(A) samples 451 // (with stride 'stride'), clean-up the YUV samples under fully transparent 468 // 'picture' can hold the source samples in both YUV(A) or ARGB input, depending
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_ImgConv.c | 177 to allocate a second frame buffer in 444 YUV space */
183 OMX_U8 *puu,*pvv,*pyy; /* pointers on U,V, and Y on 444 YUV buffers */
185 OMX_U8 *puOut,*pvOut; /* Pointers on U,V, and Y on 444 YUV buffers shifted on 3 lines */
187 OMX_U8 yKey,uKey,vKey; /* Color Key in YUV color space */
188 OMX_U8 nKeyMax1,nKeyMax2,nKeyMax3; /* Color Key range used in RVB to detect Color Key an in YUV to detect Near Color Key */
261 /* compute 444 YUV buffers from RGB input buffer converting RGB color key to an Y color key set at value 0 and and UV color key set at value (0,0) */
311 yKey = (OMX_U8)((77*(OMX_S32)(iRKey) + 150*(OMX_S32)(iGKey) + 29*(OMX_S32)(iBKey))>>8); /* convert RGB color key in YUV space */
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcapi_common.h | 199 @param yuv The address of the yuv pointer returned to the AVC lib. 202 typedef int (*FunctionType_FrameBind)(void *userData, int indx, uint8 **yuv);
|
/frameworks/rs/ |
rsType.cpp | 114 // YUV only supports basic 2d 340 uint32_t dimY, uint32_t dimZ, bool mips, bool faces, uint32_t yuv) { 343 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces, yuv);
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 38 "Converts yuv 4:2:0 to rgb24 and generates a PPM file.\n"
|
/external/kernel-headers/original/linux/ |
v4l2-mediabus.h | 50 /* YUV (including grey) - next is 0x2014 */
|
/external/libvpx/libvpx/vpx/ |
vp8.h | 18 * - YUV 4:2:0 image format
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlfreeyuvoverlay.html | 83 >SDL_FreeYUVOverlay -- Free a YUV video overlay</DIV
|
/external/webrtc/test/testsupport/metrics/ |
video_metrics_unittest.cc | 32 video_file_ = webrtc::test::ResourcePath("foreman_cif_short", "yuv");
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeHandler.java | 65 * @param data The YUV preview frame.
|
/frameworks/av/include/camera/ |
Camera.h | 119 // tell camera hal to store meta data or real YUV in video buffers.
|
ICamera.h | 102 // tell the camera hal to store meta data or real YUV data in video buffers.
|
/frameworks/av/include/media/ |
MediaProfiles.h | 54 * Set default maximum prefetch YUV frames to 6, which means video editor can 55 * queue up to 6 YUV frames in the video encoder source. 57 * engine when the encoder consumes YUV frames at a lower speed 147 * maxPrefetchYUVFrames - max prefetch YUV frames in video editor engine. This value is used
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VFL_transition.h | 65 * @brief Blends two YUV 4:2:0 Planar images.
|
NXPSW_CompilerSwitches_MCS.h | 83 h263 format {yuv,rgb} */
|
/frameworks/av/libvideoeditor/vss/src/ |
M4DECODER_Null.c | 63 M4VIFI_ImagePlane *pDecYuvData; // Pointer to Yuv data plane
64 M4VIFI_ImagePlane *pDecYuvWithEffect; // Pointer to Yuv plane with color effect
65 M4OSA_Bool bYuvWithEffectSet; // Original Yuv data OR Yuv with color effect
|
/frameworks/av/services/camera/libcameraservice/camera2/ |
CallbackProcessor.cpp | 68 // If possible, use the flexible YUV format 416 "flexible YUV: 0x%x", __FUNCTION__, mId, previewFormat); 439 // Flexible YUV chroma to NV21 chroma 465 // flexible YUV chroma to YV12 chroma
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 126 u32 color_format; /* used to set YUV color format */
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
v4l2-mediabus.h | 51 /* YUV (including grey) - next is 0x2014 */
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
VPPsocket_ti.h | 70 /*** Output YUV formats definitions */
|