HomeSort by relevance Sort by last modified time
    Searched defs:img_fmt (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/examples/
noise_model.c 108 int img_fmt; member in struct:__anon26693
156 noise_args->img_fmt = AOM_IMG_FMT_I420;
158 noise_args->img_fmt = AOM_IMG_FMT_I422;
160 noise_args->img_fmt = AOM_IMG_FMT_I444;
172 noise_args->img_fmt |= AOM_IMG_FMT_HIGHBITDEPTH;
308 if (!aom_img_alloc(&raw, args.img_fmt, info.frame_width, info.frame_height,
312 if (!aom_img_alloc(&denoised, args.img_fmt, info.frame_width,
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 354 cam_format_t img_fmt = frame->reproc_config.stream_format; local
355 encode_parm.color_format = getColorfmtFromImgFmt(img_fmt);
437 cam_format_t img_fmt = CAM_FORMAT_YUV_420_NV12; //default value local
438 main_stream->getFormat(img_fmt);
439 encode_parm.color_format = getColorfmtFromImgFmt(img_fmt);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraPostProc.cpp 535 cam_format_t img_fmt = CAM_FORMAT_YUV_420_NV12; local
536 main_stream->getFormat(img_fmt);
537 encode_parm.color_format = getColorfmtFromImgFmt(img_fmt);
    [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 1163 aom_img_fmt_t *const img_fmt = va_arg(args, aom_img_fmt_t *); local
    [all...]

Completed in 958 milliseconds