OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPriv
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/
psb_overlay.c
70
I830ResetVideo(VADriverContextP ctx, PsbPortPrivPtr
pPriv
)
73
I830OverlayRegPtr overlayA = (I830OverlayRegPtr)(
pPriv
->regmap[0]);
74
I830OverlayRegPtr overlayC = (I830OverlayRegPtr)(
pPriv
->regmap[1]);
79
overlayA->OCLRC0 = (
pPriv
->contrast.Value << 18) | (
pPriv
->brightness.Value & 0xff);
80
overlayA->OCLRC1 =
pPriv
->saturation.Value;
82
overlayC->OCLRC0 = (
pPriv
->contrast.Value << 18) | (
pPriv
->brightness.Value & 0xff);
83
overlayC->OCLRC1 =
pPriv
->saturation.Value;
87
overlayA->DCLRKV =
pPriv
->colorKey
[
all
...]
psb_texture.c
135
static void psb_setup_coeffs(struct psb_texture_s *
pPriv
);
139
static void psb_select_transfermatrix(struct psb_texture_s *
pPriv
,
717
psb_setup_coeffs(struct psb_texture_s *
pPriv
)
730
psb_select_transfermatrix(
pPriv
, &transfer_matrix,
741
bright_off =
pPriv
->brightness.Value;
742
fContrast = (
pPriv
->contrast.Value + 100) / 100.0;
747
pPriv
->hue.Value * Degree,
748
pPriv
->saturation.Value / 100.0);
760
&
pPriv
->coeffs.rY, &
pPriv
->coeffs.rU
[
all
...]
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
400
PsbPortPrivRec *
pPriv
= (PsbPortPrivPtr)(&driver_data->coverlay_priv);
485
pPriv
->clear_key[i].subpic_dstx = destx;
486
pPriv
->clear_key[i].subpic_dsty = desty;
487
pPriv
->clear_key[i].subpic_dstw = destw;
488
pPriv
->clear_key[i].subpic_dsth = desth;
505
xScale =
pPriv
->extend_display_width * 1.0 / surface_w;
506
yScale =
pPriv
->extend_display_height * 1.0 / surface_h;
516
pPriv
->subpic_clear_flag = 0;
539
PsbPortPrivRec *
pPriv
= (PsbPortPrivPtr)(&driver_data->coverlay_priv);
584
((
pPriv
->x11_window_width != x11_window_width) |
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c
491
display_video(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *
pPriv
, int id,
520
dst_surf = xorg_gpu_surface(
pPriv
->r->pipe, dst);
534
renderer_bind_destination(
pPriv
->r, dst_surf,
537
bind_blend_state(
pPriv
);
538
bind_shaders(
pPriv
);
539
bind_samplers(
pPriv
);
540
setup_fs_video_constants(
pPriv
->r, hdtv);
569
draw_yuv(
pPriv
,
594
struct xorg_xv_port_priv *
pPriv
= (struct xorg_xv_port_priv *) data;
616
ret = check_yuv_textures(
pPriv
, width, height)
[
all
...]
/external/icu/icu4c/source/common/
uloc_tag.c
[
all
...]
/hardware/intel/img/psb_video/src/android/
psb_output_android.c
479
PsbPortPrivPtr
pPriv
= (PsbPortPrivPtr)(&driver_data->coverlay_priv);
Completed in 1898 milliseconds