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

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 94 // Scan an opaque argb image and return fourcc based on alpha offset.
98 uint32 fourcc = 0; local
107 for (h = 0; h < height && fourcc == 0; ++h) {
108 fourcc = ARGBDetectRow_C(argb, width);
111 return fourcc;
convert_to_argb.cc 38 uint32 fourcc) {
39 uint32 format = CanonicalFourCC(fourcc);
287 r = -1; // unknown fourcc - return failure code.
convert_to_i420.cc 37 uint32 fourcc) {
38 uint32 format = CanonicalFourCC(fourcc);
315 r = -1; // unknown fourcc - return failure code.
  /external/libyuv/files/source/
compare.cc 93 // Scan an opaque argb image and return fourcc based on alpha offset.
97 uint32 fourcc = 0; local
106 for (h = 0; h < height && fourcc == 0; ++h) {
107 fourcc = ARGBDetectRow_C(argb, width);
110 return fourcc;
convert_to_argb.cc 43 uint32 fourcc) {
44 uint32 format = CanonicalFourCC(fourcc);
249 r = -1; // unknown fourcc - return failure code.
convert_to_i420.cc 43 uint32 fourcc) {
44 uint32 format = CanonicalFourCC(fourcc);
245 r = -1; // unknown fourcc - return failure code.
  /external/webp/src/mux/
muxi.h 115 // Convert a fourcc string to a tag.
116 uint32_t ChunkGetTagFromFourCC(const char fourcc[4]);
118 // Get chunk index from fourcc. Returns IDX_UNKNOWN if given fourcc is unknown.
119 CHUNK_INDEX ChunkGetIndexFromFourCC(const char fourcc[4]);
  /external/webrtc/talk/media/base/
videocommon_unittest.cc 71 // Test ToString: print fourcc when it is printable.
76 format.fourcc = FOURCC_I420;
82 format.fourcc = FOURCC_ANY;
95 // Same pixelrate, different fourcc.
97 format2.fourcc = FOURCC_YUY2;
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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 129 qualityLevel.setAttribute("FourCC", vq.fourCC);
157 qualityLevel.setAttribute("FourCC", aq.fourCC);
213 l.fourCC = "AACH";
215 l.fourCC = "AACP"; //I'm not sure if that's what MS considers as AAC+ - because actually AAC+ and AAC-HE should be the same...
217 l.fourCC = "AACL";
359 l.fourCC = "EC-3";
417 l.fourCC = getFormat(ase);
570 l.fourCC = "AVC1"
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 252 int fourcc, int bpp, int w, int h, int stride, int size, unsigned int pre_add,
258 srf->fourcc = fourcc;
593 int fourcc
644 fourcc, flags, output->rotate_surface);
766 int fourcc; local
768 fourcc = VA_FOURCC_RGBA;
770 fourcc = VA_FOURCC_NV12;
780 vaStatus = psb_check_rotatesurface(ctx, rotate_width, rotate_height, protected, fourcc);
784 psb_surface_init(driver_data, &vaPtr->dst_srf, fourcc, 4
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 106 static uint32_t MapFourCC(const char* fourcc);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 255 // RGB16 (RGBP fourcc) little endian to ARGB.
261 // RGB15 (RGBO fourcc) little endian to ARGB.
267 // RGB12 (R444 fourcc) little endian to ARGB.
303 // "format" is a fourcc. ie 'I420', 'YUY2'
  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 66 CL3aImageProcessor::set_output_format (uint32_t fourcc)
70 V4L2_PIX_FMT_NV12 == fourcc,
73 xcam_fourcc_to_string (fourcc));
75 _output_fourcc = fourcc;
cl_3a_image_processor.h 75 bool set_output_format (uint32_t fourcc);
cl_post_image_processor.cpp 78 CLPostImageProcessor::set_output_format (uint32_t fourcc)
80 switch (fourcc) {
96 xcam_fourcc_to_string(fourcc));
100 _output_fourcc = fourcc;
cl_post_image_processor.h 78 bool set_output_format (uint32_t fourcc);
  /external/libxcam/xcore/base/
xcam_buffer.h 79 uint32_t format; // v4l2 fourcc
xcam_common.h 77 const char *xcam_fourcc_to_string (uint32_t fourcc);
  /external/libyuv/files/include/libyuv/
convert_argb.h 372 // RGB16 (RGBP fourcc) little endian to ARGB.
381 // RGB15 (RGBO fourcc) little endian to ARGB.
390 // RGB12 (R444 fourcc) little endian to ARGB.
433 // "format" is a fourcc. ie 'I420', 'YUY2'
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_image.h 55 int fourcc; member in struct:intel_image_format
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 74 buffer.WriteUInt32(frame.fourcc);
211 frame.fourcc);
275 fourccs->push_back(GetSupportedFormats()->at(0).fourcc);
301 buffer.ReadUInt32(&frame->fourcc);
  /external/webrtc/third_party/winsdk_samples/
BUILD.gn 37 "$baseclasses_dir/fourcc.h",
  /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/libvpx/libvpx/
webmdec.cc 103 vpx_ctx->fourcc = VP8_FOURCC;
105 vpx_ctx->fourcc = VP9_FOURCC;

Completed in 635 milliseconds

1 2 34 5 6 7 8 91011>>