/external/ImageMagick/coders/ |
dds.c | 120 fourcc, 118 fourcc, member in struct:_DDSPixelFormat [all...] |
/external/kernel-headers/original/uapi/drm/ |
drm_fourcc.h | 197 * similar to the fourcc codes above. drm_fourcc.h is considered the
|
/external/libmtp/src/ |
libmtp.h.in | 713 uint32_t wavecodec; /**< FourCC wave codec name */ [all...] |
/external/libvpx/libvpx/test/ |
resize_test.cc | 49 mem_put_le32(header + 8, 0x30395056); /* fourcc (vp9) */
|
/external/mesa3d/src/gallium/state_trackers/va/ |
surface.c | 351 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc,
|
/external/webrtc/talk/media/base/ |
videoadapter.cc | 265 in_width, in_height, input_format_.interval, input_format_.fourcc));
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
NuPlayer2Driver.cpp | 701 if (key == FOURCC('m','t','r','X')) { [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 774 if (key == FOURCC('m','t','r','X')) { [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 184 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 184 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 185 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
c2d2.h | 185 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 184 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
c2d2.h | 184 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
c2d2.h | 185 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
hw_hdmi.cpp | 73 // If the mode supports YUV420 set grayscale to the FOURCC value for YUV420.
|
/hardware/qcom/display/msm8998/libcopybit/ |
c2d2.h | 185 /* derived YUV color formats (base format + mode bits), FOURCC */ [all...] |
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
videodev2.h | 100 /* Four-character-code (FOURCC) */ 302 /* Pixel format FOURCC depth Description */ 463 __u32 pixelformat; /* Format fourcc */ [all...] |
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
msm_mdp_ext.h | 280 * layer format in DRM-style fourcc, refer drm_fourcc.h for
|
/hardware/intel/common/libva/va/ |
va_trace.c | 129 unsigned int *fourcc, /* following are output argument */ 291 unsigned int fourcc; /* following are output argument */ local 314 &fourcc, 324 va_TraceMsg(trace_ctx, "\tfourcc = 0x%08x\n", fourcc); 356 if (fourcc == VA_FOURCC_NV12) { [all...] |
/external/mesa3d/src/egl/main/ |
eglapi.c | [all...] |
/hardware/intel/img/psb_video/src/ |
tng_jpegES.c | 557 drv_debug_msg(VIDEO_DEBUG_ERROR, "Not supported FOURCC: %x!\n", pJPEGContext->eFormat); 576 drv_debug_msg(VIDEO_DEBUG_ERROR, "Not supported FOURCC: %x!\n", pJPEGContext->eFormat); [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera.cpp | 785 /* Convert framework's pixel format to the FOURCC one. */ [all...] |
/external/libvpx/libvpx/examples/ |
vpx_temporal_svc_encoder.c | 739 info.codec_fourcc = encoder->fourcc; [all...] |
/external/webrtc/talk/app/webrtc/java/jni/ |
androidmediaencoder_jni.cc | 198 enum libyuv::FourCC encoder_fourcc_; // Encoder color space format. [all...] |