/external/v4l2_codec2/vda/ |
v4l2_device.h | 105 // Get minimum and maximum resolution for fourcc |pixelformat| and store to 112 // fourcc |pixelformats|.
|
/external/webrtc/talk/media/devices/ |
yuvframescapturer.cc | 120 captured_frame_.fourcc = FOURCC_IYUV; 173 fourccs->push_back(GetSupportedFormats()->at(0).fourcc);
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
msmb_camera.h | 163 unsigned int pixelformat; /* FOURCC */ 168 /* MSM Four-character-code (FOURCC) */
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
msmb_camera.h | 159 unsigned int pixelformat; /* FOURCC */ 164 /* MSM Four-character-code (FOURCC) */
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
msmb_camera.h | 161 unsigned int pixelformat; /* FOURCC */ 166 /* MSM Four-character-code (FOURCC) */
|
/external/kernel-headers/original/uapi/linux/ |
fb.h | 44 #define FB_TYPE_FOURCC 5 /* Type identified by a V4L2 FOURCC */ 69 #define FB_VISUAL_FOURCC 6 /* Visual identified by a V4L2 FOURCC */ 155 #define FB_CAP_FOURCC 1 /* Device supports FOURCC-based formats */ 251 /* >1 = FOURCC */ 277 __u32 colorspace; /* colorspace for FOURCC-based modes */
|
/external/webp/include/webp/ |
demux.h | 186 // The current and total number of chunks with the fourcc given to 196 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from 198 // 'fourcc' is a character array containing the fourcc of the chunk to return, 206 const char fourcc[4], int chunk_number,
|
format_constants.h | 17 // Create fourcc of the chunk from the chunk tag characters.
|
/external/webp/src/webp/ |
demux.h | 186 // The current and total number of chunks with the fourcc given to 196 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from 198 // 'fourcc' is a character array containing the fourcc of the chunk to return, 206 const char fourcc[4], int chunk_number,
|
format_constants.h | 17 // Create fourcc of the chunk from the chunk tag characters.
|
/external/libdrm/tests/modetest/ |
modetest.c | 698 unsigned int fourcc; member in struct:pipe_arg 717 unsigned int fourcc; member in struct:plane_arg 997 if (!format_support(ovr, p->fourcc)) 1015 plane_bo = bo_create(dev->fd, p->fourcc, p->w, p->h, handles, 1023 if (drmModeAddFB2(dev->fd, p->w, p->h, p->fourcc, 1092 bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width, 1101 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0); 1211 other_bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width, 1218 pipes[0].fourcc, handles, pitches, offsets, [all...] |
/external/webp/src/mux/ |
muxedit.c | 178 WebPMuxError WebPMuxSetChunk(WebPMux* mux, const char fourcc[4], 182 if (mux == NULL || fourcc == NULL || chunk_data == NULL || 186 tag = ChunkGetTagFromFourCC(fourcc); 188 // Delete existing chunk(s) with the same 'fourcc'. 377 WebPMuxError WebPMuxDeleteChunk(WebPMux* mux, const char fourcc[4]) { 378 if (mux == NULL || fourcc == NULL) return WEBP_MUX_INVALID_ARGUMENT; 379 return MuxDeleteAllNamedData(mux, ChunkGetTagFromFourCC(fourcc));
|
muxinternal.c | 81 uint32_t ChunkGetTagFromFourCC(const char fourcc[4]) { 82 return MKFOURCC(fourcc[0], fourcc[1], fourcc[2], fourcc[3]); 85 CHUNK_INDEX ChunkGetIndexFromFourCC(const char fourcc[4]) { 86 const uint32_t tag = ChunkGetTagFromFourCC(fourcc);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dmusicf.h | 37 * FOURCC Definitions 630 FOURCC ckid; 631 FOURCC fccType; 722 FOURCC ckid; 723 FOURCC fccType; 747 FOURCC ckid; 748 FOURCC fccType; [all...] |
/external/webrtc/talk/media/base/ |
videoframe.h | 46 // Creates a frame from a raw sample with FourCC |format| and size |w| x |h|. 52 virtual bool Reset(uint32_t fourcc, 199 static bool Validate(uint32_t fourcc,
|
/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/msm8996/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
|
/external/libdrm/include/drm/ |
drm_mode.h | 386 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ 392 * The pitch and offset order is dictated by the fourcc, 393 * e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as: 405 * indicates "native" format as specified by the fourcc.
|
/external/libvpx/libvpx/examples/ |
vp9_lossless_encoder.c | 80 info.codec_fourcc = encoder->fourcc;
|
/external/libvpx/libvpx/ |
ivfdec.c | 54 input_ctx->fourcc = mem_get_le32(raw_hdr + 8);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_regions.h | 120 int fourcc; member in struct:intel_image_format
|
/external/webrtc/talk/app/webrtc/ |
remotevideocapturer.cc | 85 best_format->fourcc = cricket::FOURCC_I420;
|
remotevideocapturer_unittest.cc | 118 expected_format.fourcc = cricket::FOURCC_I420;
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoframe.h | 51 // Creates a frame from a raw sample with FourCC "format" and size "w" x "h".
|
webrtcvideoframefactory_unittest.cc | 44 captured_frame_.fourcc = cricket::FOURCC_I420;
|