| /hardware/intel/common/libva/va/ |
| va_trace.c | 127 unsigned int *fourcc, /* following are output argument */ 287 unsigned int fourcc; /* following are output argument */ local 311 &fourcc, 321 va_TraceMsg(trace_ctx, "\tfourcc = 0x%08x\n", fourcc); 353 if (fourcc == VA_FOURCC_NV12) { [all...] |
| va.h | 650 /* RGBP covers RGBP and BGRP fourcc */ 2783 unsigned int fourcc; member in struct:_VAImageFormat [all...] |
| /hardware/intel/img/psb_video/src/ |
| psb_drv_video.c | 701 unsigned long fourcc; local 843 fourcc = VA_FOURCC_YV32; /* allocate 4 planar */ 846 fourcc = VA_FOURCC_YV16; 850 fourcc = VA_FOURCC_NV12; 855 vaStatus = psb_surface_create(driver_data, width, height, fourcc, 866 /* by default, surface fourcc is NV12 */ 867 psb_surface->extra_info[4] = fourcc; [all...] |
| psb_output.c | 210 if (dst_format[i].fourcc == src_format->fourcc) 214 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unsupport fourcc 0x%x\n", src_format->fourcc); 311 switch (format->fourcc) { 472 unsigned int fourcc, fourcc_index = ~0, i; local 494 fourcc = obj_surface->psb_surface->extra_info[4]; 496 if (psb__CreateImageFormat[i].fourcc == fourcc) { 502 drv_debug_msg(VIDEO_DEBUG_ERROR, "Can't support the Fourcc\n") [all...] |
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
| msm_q6vdec.h | 92 u32 fourcc; member in struct:vdec_config 200 u32 fourcc; member in struct:vdec_dec_attributes
|
| /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
| msm_q6vdec.h | 92 u32 fourcc; member in struct:vdec_config 200 u32 fourcc; member in struct:vdec_dec_attributes
|
| /hardware/qcom/msm8960/kernel-headers/linux/ |
| msm_q6vdec.h | 137 u32 fourcc; member in struct:vdec_config 252 u32 fourcc; member in struct:vdec_dec_attributes 290 u32 fourcc; member in union:vdec_property
|
| /hardware/qcom/msm8960/original-kernel-headers/linux/ |
| msm_q6vdec.h | 116 u32 fourcc; /* video format */ member in struct:vdec_config 224 u32 fourcc; member in struct:vdec_dec_attributes 259 u32 fourcc; member in union:vdec_property
|
| /external/libmtp/src/ |
| libmtp.c | 3085 char fourcc[6]; local [all...] |
| /frameworks/av/media/libstagefright/ |
| MPEG4Writer.cpp | 2739 const char *fourcc = NULL; local [all...] |
| /hardware/intel/common/libva/test/encode/ |
| h264encode.c | 623 static char *fourcc_to_string(int fourcc) 625 switch (fourcc) { 641 int fourcc; local 644 fourcc = VA_FOURCC_NV12; 646 fourcc = VA_FOURCC_IYUV; 648 fourcc = VA_FOURCC_YV12; 650 fourcc = VA_FOURCC_UYVY; 652 printf("Unknow FOURCC\n"); 653 fourcc = -1; 655 return fourcc; [all...] |
| /external/chromium_org/third_party/libva/va/ |
| va.h | 410 /* RGBP covers RGBP and BGRP fourcc */ 642 * \brief Pixel format (fourcc). 647 * a pixel format (FOURCC) that is kept as is on output, if the 698 /** \brief pixel format in fourcc. */ 2007 unsigned int fourcc; member in struct:_VAImageFormat [all...] |