HomeSort by relevance Sort by last modified time
    Searched refs:NV12 (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap4-aah/domx/omx_proxy_component/
Android.mk 34 # dump of NV12 buffers from Decoder/Camera
  /hardware/intel/img/psb_video/src/
psb_overlay.h 109 #define NV12 (0xb<<10)
psb_overlay.c 727 OCMD |= NV12;//in the spec, there are two NV12, which to use?
    [all...]
  /external/opencv3/modules/cudacodec/src/
video_writer.cpp 435 12, // NV12, 4:2:0
521 // Source is YV12/IYUV, this native format is converted to NV12 format by the video encoder
576 // NV12 is 4:2:0 format (12bpc)
580 // Source is NV12 in pitch linear memory
581 // Because we are assume input is NV12 (if we take input in the native format), the encoder handles NV12 as a native format in pitch linear memory
633 efparams.progressiveFrame = (surfaceFormat_ == NV12) ? 1 : 0;
658 case NV12: // NV12 (4:2:0)
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 160 #define HAL_FMT(f) ((f) == HAL_PIXEL_FORMAT_TI_NV12 ? "NV12" : \
168 #define DSS_FMT(f) ((f) == OMAP_DSS_COLOR_NV12 ? "NV12" : \
957 unsigned int NV12;
980 /* NV12 layers can only be rendered on scaling overlays */
989 num->NV12++;
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h     [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 163 TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4)
165 TESTBIPLANARTOB(NV12, 2, 2, RGB565, 2)
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 147 unsigned int NV12;
220 #define HAL_FMT(f) ((f) == HAL_PIXEL_FORMAT_TI_NV12 ? "NV12" : \
221 (f) == HAL_PIXEL_FORMAT_TI_NV12_1D ? "NV12" : \
229 #define DSS_FMT(f) ((f) == OMAP_DSS_COLOR_NV12 ? "NV12" : \
    [all...]

Completed in 221 milliseconds