/hardware/libhardware/modules/camera/3_4/arc/ |
frame_buffer.cpp | 65 uint32_t fourcc) 70 fourcc_ = fourcc; 106 uint32_t height, uint32_t fourcc, 122 fourcc_ = fourcc;
|
frame_buffer.h | 40 void SetFourcc(uint32_t fourcc) { fourcc_ = fourcc; } 86 uint32_t height, uint32_t fourcc); 109 uint32_t fourcc, uint32_t device_buffer_length,
|
/frameworks/av/media/extractors/mp4/ |
ItemTable.cpp | 50 return type == FOURCC('g', 'r', 'i', 'd'); 225 FullBox(source, FOURCC('p', 'i', 't', 'm')) {} 305 FullBox(source, FOURCC('i', 'l', 'o', 'c')), 499 case FOURCC('d', 'i', 'm', 'g'): { 527 case FOURCC('t', 'h', 'm', 'b'): { 556 case FOURCC('c', 'd', 's', 'c'): { 577 case FOURCC('a', 'u', 'x', 'l'): { 630 FullBox(source, FOURCC('i', 'r', 'e', 'f')), mRefIdSize(0), mItemRefs(itemRefs) {} 692 FullBox(source, FOURCC('i', 's', 'p', 'e')), mWidth(0), mHeight(0) {} 728 Box(source, FOURCC('h', 'v', 'c', 'C')) { [all...] |
/frameworks/av/media/libstagefright/timedtext/ |
TextDescriptions.cpp | 117 case FOURCC('s', 't', 'y', 'l'): 164 case FOURCC('k', 'r', 'o', 'k'): 202 case FOURCC('h', 'l', 'i', 't'): 221 case FOURCC('h', 'c', 'l', 'r'): 238 case FOURCC('d', 'l', 'a', 'y'): 254 case FOURCC('h', 'r', 'e', 'f'): 312 case FOURCC('t', 'b', 'o', 'x'): 328 case FOURCC('b', 'l', 'n', 'k'): 348 case FOURCC('t', 'w', 'r', 'p'): 390 case FOURCC('t', 'x', '3', 'g') [all...] |
/external/libyuv/files/unit_test/ |
compare_test.cc | 151 uint32 fourcc; local 159 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, 161 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_BGRA), fourcc); local 164 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, 166 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_ARGB), fourcc); local 170 fourcc = ARGBDetect(src_a, benchmark_width_ * 4, benchmark_width_, 173 EXPECT_EQ(0u, fourcc); 179 uint32 fourcc; local 187 fourcc = ARGBDetect(src_a + 1, benchmark_width_ * 4, benchmark_width_, 189 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_BGRA), fourcc); local 194 EXPECT_EQ(static_cast<uint32>(libyuv::FOURCC_ARGB), fourcc); local [all...] |
/external/mesa3d/src/gallium/state_trackers/va/ |
image.c | 48 {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32, 50 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32, 52 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24, 54 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24, 88 format = VaFourccToPipeFormat(formats[i].fourcc); 127 switch (format->fourcc) { 214 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format); 224 if (img->format.fourcc == formats[i].fourcc) { 230 switch (img->format.fourcc) { [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_surface_gralloc.c | 110 unsigned long fourcc; local 185 fourcc = VA_FOURCC_YV16; 189 fourcc = VA_FOURCC_NV12; 209 vaStatus = psb_surface_create_from_ub(driver_data, width, height, fourcc, 231 /* by default, surface fourcc is NV12 */ 232 psb_surface->extra_info[4] = fourcc; 266 unsigned long fourcc; local 344 fourcc = VA_FOURCC_YV16; 347 fourcc = VA_FOURCC_RGBA; 351 fourcc = VA_FOURCC_NV12 [all...] |
/hardware/intel/img/psb_video/src/ |
psb_surface.c | 40 int width, int height, int fourcc, unsigned int flags, 58 if (fourcc == VA_FOURCC_NV12) { 95 } else if (fourcc == VA_FOURCC_RGBA) { 103 } else if (fourcc == VA_FOURCC_YV16) { 140 } else if (fourcc == VA_FOURCC_YV32) { 163 unsigned int __maybe_unused fourcc, /* expected fourcc */ 197 unsigned int __maybe_unused fourcc, /* expected fourcc */
|
psb_surface.h | 68 * extra_info[4]: surface fourcc 72 * extra_info[8]: the fourcc set by application 84 int width, int height, int fourcc, unsigned int flags,
|
/external/libxcam/modules/ocl/ |
cl_bayer_pipe_handler.cpp | 72 CLBayerPipeImageHandler::set_output_format (uint32_t fourcc) 76 XCAM_PIX_FMT_RGB48_planar == fourcc || XCAM_PIX_FMT_RGB24_planar == fourcc, 79 get_name (), xcam_fourcc_to_string (fourcc)); 81 _output_format = fourcc;
|
cl_csc_handler.cpp | 112 CLCscImageHandler::set_output_format (uint32_t fourcc) 116 V4L2_PIX_FMT_XBGR32 == fourcc || V4L2_PIX_FMT_NV12 == fourcc, 119 xcam_fourcc_to_string (fourcc)); 121 _output_format = fourcc;
|
/external/webp/include/webp/ |
mux.h | 149 // Adds a chunk with id 'fourcc' and data 'chunk_data' in the mux object. 153 // fourcc - (in) a character array containing the fourcc of the given chunk; 159 // WEBP_MUX_INVALID_ARGUMENT - if mux, fourcc or chunk_data is NULL 160 // or if fourcc corresponds to an image chunk. 164 WebPMux* mux, const char fourcc[4], const WebPData* chunk_data, 167 // Gets a reference to the data of the chunk with id 'fourcc' in the mux object. 171 // fourcc - (in) a character array containing the fourcc of the chunk; 175 // WEBP_MUX_INVALID_ARGUMENT - if mux, fourcc or chunk_data is NUL [all...] |
/external/webp/src/webp/ |
mux.h | 149 // Adds a chunk with id 'fourcc' and data 'chunk_data' in the mux object. 153 // fourcc - (in) a character array containing the fourcc of the given chunk; 159 // WEBP_MUX_INVALID_ARGUMENT - if mux, fourcc or chunk_data is NULL 160 // or if fourcc corresponds to an image chunk. 164 WebPMux* mux, const char fourcc[4], const WebPData* chunk_data, 167 // Gets a reference to the data of the chunk with id 'fourcc' in the mux object. 171 // fourcc - (in) a character array containing the fourcc of the chunk; 175 // WEBP_MUX_INVALID_ARGUMENT - if mux, fourcc or chunk_data is NUL [all...] |
/external/webrtc/talk/media/base/ |
videocapturer.cc | 80 fourcc(0), 293 best_format->fourcc = best->fourcc; 308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; 368 if (FOURCC_ARGB == captured_frame->fourcc && 411 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) || 412 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc); 484 if (captured_frame->fourcc == FOURCC_MJPG) { 578 // 4) Compression. If desired format has a specific fourcc, we need exact match; 584 // Check fourcc [all...] |
/external/libvpx/libvpx/ |
tools_common.h | 99 uint32_t fourcc; member in struct:VpxInputContext 134 const uint32_t fourcc; member in struct:VpxInterface 145 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
|
/external/mesa3d/docs/specs/ |
MESA_image_dma_buf_export.txt | 66 int *fourcc, 93 int *fourcc, 99 drm modifiers. <fourcc>, <num_planes> and <modifiers> may be NULL,
|
/external/mesa3d/src/gallium/docs/source/ |
format.rst | 48 Formats used in video playback are named by their FOURCC code. 60 FOURCC codes for YUV formats: 61 http://www.fourcc.org/yuv.php
|
/external/v4l2_codec2/vda/ |
video_pixel_format.h | 12 // Pixel formats roughly based on FOURCC labels, see: 13 // http://www.fourcc.org/rgb.php and http://www.fourcc.org/yuv.php
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer.cc | 53 uint32_t fourcc; member in struct:cricket::kVideoFourCCEntry 86 uint32_t fourcc = 0; local 89 fourcc = kSupportedFourCCs[i].fourcc; 93 if (fourcc == 0) { 97 format->fourcc = fourcc; 108 if (kSupportedFourCCs[i].fourcc == format.fourcc) { 255 best_format->fourcc = FOURCC_I420 [all...] |
/hardware/intel/common/libva/test/putsurface/ |
putsurface_common.c | 93 unsigned int fourcc; member in struct:__anon47470 110 return va_fourcc_map[i].fourcc; 122 if (va_fourcc_map[i].fourcc == format) { 177 lookup_image_format(uint32_t fourcc) 186 if (image_format->fourcc == fourcc) 261 // 1. make sure dst fourcc is supported for vaImage 281 // 3.1 vaSurface with src fourcc 290 // 3.2 vaImage with dst fourcc 292 image_format.fourcc = csc_dst_fourcc [all...] |
/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
|
/hardware/qcom/msm8996/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
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dmdls.h | 36 * FOURCC definition 39 typedef DWORD FOURCC; 173 FOURCC ExtCkID;
|
avifmt.h | 89 FOURCC fccType; 90 FOURCC fccHandler;
|
/external/libxcam/xcore/ |
xcam_common.cpp | 84 xcam_fourcc_to_string (uint32_t fourcc) 89 memcpy (str, &fourcc, 4);
|