/external/libvpx/libvpx/vpx/ |
vpx_image.h | 116 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
avutil.h | 242 * AVPicture types, pixel formats and basic image planes manipulation.
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoframe_unittest.cc | 160 // Re-evaluate once it supports 3 independent planes, since we might want to
|
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 111 // iterate through solid planes of color.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_onyxc_int.h | 86 // support additional planes.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_dthread.c | 187 lf_data->y_only = y_only; // always do all planes in decoder
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_image.h | 127 unsigned char *planes[4]; /**< pointer to the top left pixel for each plane */ member in struct:vpx_image
|
/hardware/intel/img/hwcomposer/merrifield/common/planes/ |
DisplayPlaneManager.cpp | 285 // disable reclaimed planes
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngDisplayContext.cpp | 199 // HWC layers which successfully flipped to display planes
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
DisplayPlaneManager.cpp | 285 // disable reclaimed planes
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngDisplayContext.cpp | 199 // HWC layers which successfully flipped to display planes
|
/hardware/qcom/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 94 cam_frame_len_offset_t offset; /* offset of all the planes */
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msmb_isp.h | 341 struct msm_isp_qbuf_plane planes[MAX_PLANES_PER_STREAM]; member in struct:msm_isp_qbuf_buffer
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | [all...] |
/external/dng_sdk/source/ |
dng_image_writer.cpp | [all...] |
/external/libavc/encoder/ |
ih264e_core_coding.h | 262 * The input is in interleaved format for two chroma planes 366 * needs to be at least COFF_CNT_SUB_BLK_4x4 + Number of Dc cofss for chroma * number of planes 472 * Swaps the order of U and V planes in entropy bitstream
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJCompressor.java | 490 * instance into separate Y, U (Cb), and V (Cr) image planes and return a 491 * <code>YUVImage</code> instance containing the encoded image planes. This 500 * planes will be set to their respective component widths. You can adjust
|
/external/opencv3/3rdparty/libtiff/ |
tif_write.c | 75 "Can not change \"ImageLength\" when using separate planes"); 204 "Can not grow image by strips when using separate planes"); 288 "Can not grow image by strips when using separate planes");
|
/external/pdfium/third_party/libtiff/ |
tif_write.c | 75 "Can not change \"ImageLength\" when using separate planes"); 208 "Can not grow image by strips when using separate planes"); 308 "Can not grow image by strips when using separate planes");
|
/frameworks/rs/api/ |
rs_allocation_data.spec | 360 Inside an allocation, Y, U, and V components may be stored if different planes 378 Inside an allocation, Y, U, and V components may be stored if different planes 396 Inside an allocation, Y, U, and V components may be stored if different planes
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderVP9HWR.cpp | 610 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y]; 619 srcLine = (const uint8_t *)img->planes[PLANE_U]; 627 srcLine = (const uint8_t *)img->planes[PLANE_V];
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
blit_engine_c2d.cpp | 382 layer.input_buffer->planes[0].fd = target_buffer->fd; 383 layer.input_buffer->planes[0].offset = 0; 384 layer.input_buffer->planes[0].stride = target_buffer->width;
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
QOMX_IVCommonExtensions.h | 133 * 2. The base address of both planes must be 143 * 2. The address of both planes must be 159 * 4. The base address of both planes must be
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
QOMX_IVCommonExtensions.h | 133 * 2. The base address of both planes must be 143 * 2. The address of both planes must be 159 * 4. The base address of both planes must be
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_texstate.c | [all...] |