Searched refs:ovr (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | argo_cvg.c | 174 const ArgoCVGOverride *ovr = overrides + i; in argo_cvg_read_header() local 175 if (ovr->header.size != ctx->header.size || in argo_cvg_read_header() 176 ovr->header.unk1 != ctx->header.unk1 || in argo_cvg_read_header() 177 ovr->header.unk2 != ctx->header.unk2 || in argo_cvg_read_header() 178 ovr->checksum != ctx->checksum || in argo_cvg_read_header() 179 av_strcasecmp(filename, ovr->name) != 0) in argo_cvg_read_header() 182 av_log(s, AV_LOG_TRACE, "found override, name = %s\n", ovr->name); in argo_cvg_read_header() 183 par->sample_rate = ovr->sample_rate; in argo_cvg_read_header()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 517 drmModePlane *ovr = plane->plane; in dump_planes() local 518 if (!ovr) in dump_planes() 522 ovr->plane_id, ovr->crtc_id, ovr->fb_id, in dump_planes() 523 ovr->crtc_x, ovr->crtc_y, ovr->x, ovr->y, in dump_planes() 524 ovr in dump_planes() 1081 format_support(const drmModePlanePtr ovr, uint32_t fmt) format_support() argument 1239 drmModePlane *ovr; set_plane() local 1543 drmModePlane *ovr = plane->plane; get_primary_plane_by_crtc() local [all...] |
/third_party/libdrm/ |
H A D | xf86drmMode.c | 1125 struct drm_mode_get_plane ovr, counts; in drmModeGetPlane() local 1129 memclear(ovr); in drmModeGetPlane() 1130 ovr.plane_id = plane_id; in drmModeGetPlane() 1131 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPLANE, &ovr)) in drmModeGetPlane() 1134 counts = ovr; in drmModeGetPlane() 1136 if (ovr.count_format_types) { in drmModeGetPlane() 1137 ovr.format_type_ptr = VOID2U64(drmMalloc(ovr.count_format_types * in drmModeGetPlane() 1139 if (!ovr.format_type_ptr) in drmModeGetPlane() 1143 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPLANE, &ovr)) in drmModeGetPlane() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_overlay_vulkan.c | 71 C(2, vec4 ovr = texture(overlay_img[i], pos - o_offset[i]); ) 72 C(2, res = ovr * ovr.a + res * (1.0f - ovr.a); )
|
Completed in 6 milliseconds