HomeSort by relevance Sort by last modified time
    Searched refs:fourcc (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/libyuv/files/include/libyuv/
video_common.h 11 // Common definitions for video, including fourcc and VideoFormat.
24 // Definition of FourCC codes
27 // Convert four characters to a FourCC code.
31 #define FOURCC(a, b, c, d) \
35 #define FOURCC(a, b, c, d) \
40 // Some pages discussing FourCC codes:
41 // http://www.fourcc.org/yuv.php
47 // FourCC codes grouped according to implementation efficiency.
51 enum FourCC {
53 FOURCC_I420 = FOURCC('I', '4', '2', '0')
    [all...]
  /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,
  /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,
  /external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc 118 expected_format.fourcc = cricket::FOURCC_I420;
androidvideocapturer.cc 54 captured_frame_.fourcc = static_cast<uint32_t>(cricket::FOURCC_ANY);
238 width, height, cricket::VideoFormat::FpsToInterval(fps), current.fourcc);
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 44 captured_frame_.fourcc = cricket::FOURCC_I420;
  /external/webrtc/talk/media/base/
videoframe_unittest.h 213 rtc::MemoryStream* CreateYuv422Sample(uint32_t fourcc,
217 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
258 rtc::MemoryStream* CreateRgbSample(uint32_t fourcc,
262 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
287 uint32_t fourcc,
292 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
327 uint32_t fourcc,
332 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
389 bool GetYuv422Packing(uint32_t fourcc,
394 if (fourcc == cricket::FOURCC_YUY2)
    [all...]
videocapturer.h 78 // fourcc. Return true if succeeded.
83 // fourcc, pixel_width, and pixel_height should keep the same over frames.
86 uint32_t fourcc; // compression member in struct:cricket::CapturedFrame
155 // desired: the input desired format. If desired.fourcc is not kAnyFourcc,
156 // the best capture format has the exactly same fourcc. Otherwise,
157 // the best capture format uses a fourcc in GetPreferredFourccs().
232 // The fourcc component is ignored.
  /external/libvpx/libvpx/examples/
set_maps.c 176 info.codec_fourcc = encoder->fourcc;
218 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) {
simple_encoder.c 183 info.codec_fourcc = encoder->fourcc;
vp8cx_set_ref.c 124 info.codec_fourcc = encoder->fourcc;
vp9_lossless_encoder.c 80 info.codec_fourcc = encoder->fourcc;
  /external/libvpx/libvpx/
webmdec.cc 103 vpx_ctx->fourcc = VP8_FOURCC;
105 vpx_ctx->fourcc = VP9_FOURCC;
tools_common.c 190 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) {
195 if (decoder->fourcc == fourcc) return decoder;
  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG4Writer.h 51 void beginBox(const char *fourcc);
58 void writeFourcc(const char *fourcc);
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 62 size_t CachedFrame::GetConvertedSize(int fourcc) const {
63 return ImageProcessor::GetConvertedSize(fourcc, yu12_frame_->GetWidth(),
184 libyuv::FourCC::FOURCC_I420);
image_processor.cpp 25 * android_pixel_format_t videodev2.h FOURCC in libyuv
70 size_t ImageProcessor::GetConvertedSize(int fourcc, uint32_t width,
78 switch (fourcc) {
89 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc)
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.cpp 327 supported_format.fourcc = pixel_format;
374 unique_fourccs.insert(format.fourcc);
685 uint32_t fourcc = local
694 // |fourcc|, it will assume that the amount of data to lock is based on
698 stream_buffer->stream->height, fourcc, buffer.length,
706 if (request_context->camera_buffer->GetFourcc() == fourcc &&
  /hardware/intel/img/psb_video/src/
psb_output.c 211 if (dst_format[i].fourcc == src_format->fourcc)
215 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unsupport fourcc 0x%x\n", src_format->fourcc);
312 switch (format->fourcc) {
473 unsigned int fourcc, fourcc_index = ~0, i; local
495 fourcc = obj_surface->psb_surface->extra_info[4];
497 if (psb__CreateImageFormat[i].fourcc == fourcc) {
503 drv_debug_msg(VIDEO_DEBUG_ERROR, "Can't support the Fourcc\n")
    [all...]
  /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/
muxread.c 406 WebPMuxError WebPMuxGetChunk(const WebPMux* mux, const char fourcc[4],
409 if (mux == NULL || fourcc == NULL || chunk_data == NULL) {
412 idx = ChunkGetIndexFromFourCC(fourcc);
419 ChunkSearchList(mux->unknown_, 1, ChunkGetTagFromFourCC(fourcc));
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 39 uint32_t fourcc; //NV12 member in struct:VideoFrameRawData
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 41 unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; local
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 38 uint32 fourcc) {
39 uint32 format = CanonicalFourCC(fourcc);
287 r = -1; // unknown fourcc - return failure code.
  /external/libyuv/files/source/
convert_to_argb.cc 43 uint32 fourcc) {
44 uint32 format = CanonicalFourCC(fourcc);
249 r = -1; // unknown fourcc - return failure code.

Completed in 692 milliseconds

1 2 34 5 6 7