HomeSort by: relevance | last modified time | path
    Searched refs:picture (Results 1 - 25 of 225) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
decode.c 226 vlVdpDecoderRenderMpeg12(struct pipe_mpeg12_picture_desc *picture,
233 r = vlVdpGetReferenceFrame(picture_info->forward_reference, &picture->ref[0]);
237 r = vlVdpGetReferenceFrame(picture_info->backward_reference, &picture->ref[1]);
241 picture->picture_coding_type = picture_info->picture_coding_type;
242 picture->picture_structure = picture_info->picture_structure;
243 picture->frame_pred_frame_dct = picture_info->frame_pred_frame_dct;
244 picture->q_scale_type = picture_info->q_scale_type;
245 picture->alternate_scan = picture_info->alternate_scan;
246 picture->intra_vlc_format = picture_info->intra_vlc_format;
247 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
decode.c 226 vlVdpDecoderRenderMpeg12(struct pipe_mpeg12_picture_desc *picture,
233 r = vlVdpGetReferenceFrame(picture_info->forward_reference, &picture->ref[0]);
237 r = vlVdpGetReferenceFrame(picture_info->backward_reference, &picture->ref[1]);
241 picture->picture_coding_type = picture_info->picture_coding_type;
242 picture->picture_structure = picture_info->picture_structure;
243 picture->frame_pred_frame_dct = picture_info->frame_pred_frame_dct;
244 picture->q_scale_type = picture_info->q_scale_type;
245 picture->alternate_scan = picture_info->alternate_scan;
246 picture->intra_vlc_format = picture_info->intra_vlc_format;
247 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
vid_dec_mpeg12.c 82 priv->picture.base.profile = PIPE_VIDEO_PROFILE_MPEG2_MAIN;
83 priv->picture.mpeg12.intra_matrix = default_intra_matrix;
84 priv->picture.mpeg12.non_intra_matrix = default_non_intra_matrix;
93 if (priv->picture.mpeg12.picture_coding_type != PIPE_MPEG12_PICTURE_CODING_TYPE_B) {
94 priv->picture.mpeg12.ref[0] = priv->picture.mpeg12.ref[1];
95 priv->picture.mpeg12.ref[1] = NULL;
98 if (priv->target == priv->picture.mpeg12.ref[0]) {
106 priv->codec->begin_frame(priv->codec, priv->target, &priv->picture.base);
114 priv->codec->end_frame(priv->codec, priv->target, &priv->picture.base)
    [all...]
vid_dec_h264.c 46 priv->picture.base.profile = PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH;
53 priv->picture.h264.field_order_cnt[0] = priv->picture.h264.field_order_cnt[1] = INT_MAX;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
vid_dec_mpeg12.c 82 priv->picture.base.profile = PIPE_VIDEO_PROFILE_MPEG2_MAIN;
83 priv->picture.mpeg12.intra_matrix = default_intra_matrix;
84 priv->picture.mpeg12.non_intra_matrix = default_non_intra_matrix;
93 if (priv->picture.mpeg12.picture_coding_type != PIPE_MPEG12_PICTURE_CODING_TYPE_B) {
94 priv->picture.mpeg12.ref[0] = priv->picture.mpeg12.ref[1];
95 priv->picture.mpeg12.ref[1] = NULL;
98 if (priv->target == priv->picture.mpeg12.ref[0]) {
106 priv->codec->begin_frame(priv->codec, priv->target, &priv->picture.base);
114 priv->codec->end_frame(priv->codec, priv->target, &priv->picture.base)
    [all...]
vid_dec_h264.c 46 priv->picture.base.profile = PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH;
53 priv->picture.h264.field_order_cnt[0] = priv->picture.h264.field_order_cnt[1] = INT_MAX;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_prepare.h 37 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access);
40 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access,
44 glamor_finish_access_picture(PicturePtr picture);
glamor_trapezoid.c 39 * Creates an appropriate picture for temp mask use.
48 PicturePtr picture; local
66 picture = CreatePicture(0, &pixmap->drawable, pict_format,
69 return picture;
84 PicturePtr picture; local
117 picture = glamor_create_mask_picture(screen, dst, mask_format,
119 if (!picture)
122 image = pixman_image_create_bits(picture->format,
125 FreePicture(picture, 0);
134 pixmap = glamor_get_drawable_pixmap(picture->pDrawable)
    [all...]
glamor_prepare.c 223 * Make a picture ready to use with fb.
227 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access)
229 if (!picture || !picture->pDrawable)
232 return glamor_prepare_access(picture->pDrawable, access);
236 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access,
239 if (!picture || !picture->pDrawable)
248 if (picture->transform) {
249 return glamor_prepare_access_box(picture->pDrawable, access
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.h 51 struct pipe_mpeg12_picture_desc *picture,
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_video_codec.h 69 struct pipe_picture_desc *picture);
76 struct pipe_picture_desc *picture,
85 struct pipe_picture_desc *picture,
103 struct pipe_picture_desc *picture);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.h 51 struct pipe_mpeg12_picture_desc *picture,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_video_codec.h 69 struct pipe_picture_desc *picture);
76 struct pipe_picture_desc *picture,
85 struct pipe_picture_desc *picture,
103 struct pipe_picture_desc *picture);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen4_source.h 16 PicturePtr picture,
sna_render_inline.h 176 picture_is_gpu(struct sna *sna, PicturePtr picture, unsigned flags)
178 if (!picture)
181 if (!picture->pDrawable) {
184 switch (picture->pSourcePict->type) {
197 if (picture->repeat &&
198 (picture->pDrawable->width | picture->pDrawable->height) == 1)
202 return is_gpu(sna, picture->pDrawable, flags);
206 picture_is_cpu(struct sna *sna, PicturePtr picture)
208 if (!picture->pDrawable
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen4_source.h 16 PicturePtr picture,
sna_render_inline.h 167 picture_is_gpu(struct sna *sna, PicturePtr picture, unsigned flags)
169 if (!picture)
172 if (!picture->pDrawable) {
175 switch (picture->pSourcePict->type) {
188 if (picture->repeat &&
189 (picture->pDrawable->width | picture->pDrawable->height) == 1)
193 return is_gpu(sna, picture->pDrawable, flags);
197 picture_is_cpu(struct sna *sna, PicturePtr picture)
199 if (!picture->pDrawable
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
vid_dec_h264_common.c 48 templat.max_references = priv->picture.h264.num_ref_frames;
59 templat.level = priv->picture.h264.pps->sps->level_idc;
70 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames;
72 priv->picture.h264.slice_count = 0;
73 priv->codec->begin_frame(priv->codec, priv->target, &priv->picture.base);
117 priv->codec->end_frame(priv->codec, priv->target, &priv->picture.base);
121 priv->picture.h264.frame_num_list[0] = priv->picture.h264.frame_num;
122 priv->picture.h264.field_order_cnt_list[0][0] = priv->picture.h264.frame_num
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
vid_dec_h264_common.c 48 templat.max_references = priv->picture.h264.num_ref_frames;
59 templat.level = priv->picture.h264.pps->sps->level_idc;
70 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames;
72 priv->picture.h264.slice_count = 0;
73 priv->codec->begin_frame(priv->codec, priv->target, &priv->picture.base);
117 priv->codec->end_frame(priv->codec, priv->target, &priv->picture.base);
121 priv->picture.h264.frame_num_list[0] = priv->picture.h264.frame_num;
122 priv->picture.h264.field_order_cnt_list[0][0] = priv->picture.h264.frame_num
    [all...]
  /xsrc/external/mit/libXrender/dist/src/
AddTrap.c 32 Picture picture,
52 req->picture = (CARD32) picture;
Picture.c 74 Picture
82 Picture pid;
105 Picture picture,
117 req->picture = (CARD32) picture;
130 Picture picture,
142 req->picture = (CARD32) picture;
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/test/
lowlevel-blt-bench.c 96 static Picture source_pixmap(struct test_display *t, struct test_target *target, int format)
103 Picture picture; local
109 picture = XRenderCreatePicture(t->dpy, pixmap,
114 XRenderFillRectangle(t->dpy, PictOpSrc, picture, &render_color[0],
116 XRenderFillRectangle(t->dpy, PictOpSrc, picture, &render_color[1],
119 return picture;
122 static Picture source_a8r8g8b8(struct test_display *t, struct test_target *target)
127 static Picture source_x8r8g8b8(struct test_display *t, struct test_target *target)
132 static Picture source_a8(struct test_display *t, struct test_target *target
152 Picture picture; local
275 Picture picture; local
325 Picture picture; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
lowlevel-blt-bench.c 96 static Picture source_pixmap(struct test_display *t, struct test_target *target, int format)
103 Picture picture; local
109 picture = XRenderCreatePicture(t->dpy, pixmap,
114 XRenderFillRectangle(t->dpy, PictOpSrc, picture, &render_color[0],
116 XRenderFillRectangle(t->dpy, PictOpSrc, picture, &render_color[1],
119 return picture;
122 static Picture source_a8r8g8b8(struct test_display *t, struct test_target *target)
127 static Picture source_x8r8g8b8(struct test_display *t, struct test_target *target)
132 static Picture source_a8(struct test_display *t, struct test_target *target
152 Picture picture; local
275 Picture picture; local
325 Picture picture; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i830_render.c 208 * mask channels multiplied by the source picture's alpha.
226 PicturePtr picture)
232 if (i830_tex_formats[i].fmt == picture->format)
239 if (i855_tex_formats[i].fmt == picture->format)
247 static void i830_texture_setup(PicturePtr picture, PixmapPtr pixmap, int unit)
250 ScrnInfoPtr scrn = xf86ScreenToScrn(picture->pDrawable->pScreen);
259 intel->transform[unit] = picture->transform;
266 switch (picture->repeatType) {
280 FatalError("Unknown repeat type %d\n", picture->repeatType);
283 switch (picture->filter)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i830_render.c 208 * mask channels multiplied by the source picture's alpha.
226 PicturePtr picture)
232 if (i830_tex_formats[i].fmt == picture->format)
239 if (i855_tex_formats[i].fmt == picture->format)
247 static void i830_texture_setup(PicturePtr picture, PixmapPtr pixmap, int unit)
250 ScrnInfoPtr scrn = xf86ScreenToScrn(picture->pDrawable->pScreen);
259 intel->transform[unit] = picture->transform;
266 switch (picture->repeatType) {
280 FatalError("Unknown repeat type %d\n", picture->repeatType);
283 switch (picture->filter)
    [all...]

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 9