| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | decode.c | 226 vlVdpDecoderRenderMpeg12(struct pipe_mpeg12_picture_desc *picture, argument 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 267 vlVdpDecoderRenderMpeg4(struct pipe_mpeg4_picture_desc * picture,VdpPictureInfoMPEG4Part2 * picture_info) argument 306 vlVdpDecoderRenderVC1(struct pipe_vc1_picture_desc * picture,VdpPictureInfoVC1 * picture_info) argument 355 vlVdpDecoderRenderH264(struct pipe_h264_picture_desc * picture,VdpPictureInfoH264 * picture_info) argument 417 vlVdpDecoderRenderH265(struct pipe_h265_picture_desc * picture,VdpPictureInfoHEVC * picture_info) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | decode.c | 226 vlVdpDecoderRenderMpeg12(struct pipe_mpeg12_picture_desc *picture, argument 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 267 vlVdpDecoderRenderMpeg4(struct pipe_mpeg4_picture_desc * picture,VdpPictureInfoMPEG4Part2 * picture_info) argument 306 vlVdpDecoderRenderVC1(struct pipe_vc1_picture_desc * picture,VdpPictureInfoVC1 * picture_info) argument 355 vlVdpDecoderRenderH264(struct pipe_h264_picture_desc * picture,VdpPictureInfoH264 * picture_info) argument 417 vlVdpDecoderRenderH265(struct pipe_h265_picture_desc * picture,VdpPictureInfoHEVC * picture_info) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/ |
| H A D | 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 [all...] |
| H A D | 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/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | 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 [all...] |
| H A D | 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/ |
| H A D | 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);
|
| H A D | glamor_trapezoid.c | 39 * Creates an appropriate picture for temp mask use. 48 PicturePtr picture; local in function:glamor_create_mask_picture 66 picture = CreatePicture(0, &pixmap->drawable, pict_format, 69 return picture; 84 PicturePtr picture; local in function:glamor_trapezoids 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 [all...] |
| H A D | glamor_prepare.c | 223 * Make a picture ready to use with fb. 227 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access) argument 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, argument 239 if (!picture || !picture->pDrawable) 248 if (picture->transform) { 249 return glamor_prepare_access_box(picture 260 glamor_finish_access_picture(PicturePtr picture) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | Makefile.am | 15 picture.c \ 19 sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | Makefile.am | 15 picture.c \ 19 sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen4_source.h | 16 PicturePtr picture,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen4_source.h | 16 PicturePtr picture,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | 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/ |
| H A D | vl_mpeg12_bitstream.h | 51 struct pipe_mpeg12_picture_desc *picture,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mpeg12_bitstream.h | 51 struct pipe_mpeg12_picture_desc *picture,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | 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/state_trackers/omx/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | Makefile.sources | 7 picture.c \
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | AddTrap.c | 32 Picture picture, 52 req->picture = (CARD32) picture; 31 XRenderAddTraps(Display * dpy,Picture picture,int xOff,int yOff,_Xconst XTrap * traps,int ntrap) argument
|
| H A D | Picture.c | 105 Picture picture, 117 req->picture = (CARD32) picture; 130 Picture picture, 142 req->picture = (CARD32) picture; 153 Picture picture, 163 _XRenderSetPictureClipRectangles (dpy, info, picture, 171 Picture picture, 194 _XRenderSetPictureClipRectangles (dpy, info, picture, 104 XRenderChangePicture(Display * dpy,Picture picture,unsigned long valuemask,_Xconst XRenderPictureAttributes * attributes) argument 128 _XRenderSetPictureClipRectangles(Display * dpy,XRenderExtDisplayInfo * info,Picture picture,int xOrigin,int yOrigin,_Xconst XRectangle * rects,int n) argument 152 XRenderSetPictureClipRectangles(Display * dpy,Picture picture,int xOrigin,int yOrigin,_Xconst XRectangle * rects,int n) argument 170 XRenderSetPictureClipRegion(Display * dpy,Picture picture,Region r) argument 203 XRenderSetPictureTransform(Display * dpy,Picture picture,XTransform * transform) argument 231 XRenderFreePicture(Display * dpy,Picture picture) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | lowlevel-blt-bench.c | 103 Picture picture; local in function:source_pixmap 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; 152 Picture picture; local in function:source_1x1r 157 picture = XRenderCreatePicture(t->dpy, pixmap, 162 XRenderFillRectangle(t->dpy, PictOpSrc, picture, &render_color, 165 return picture; 275 Picture picture; local in function:source_shm 325 Picture picture; local in function:_bench_source [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | lowlevel-blt-bench.c | 103 Picture picture; local in function:source_pixmap 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; 152 Picture picture; local in function:source_1x1r 157 picture = XRenderCreatePicture(t->dpy, pixmap, 162 XRenderFillRectangle(t->dpy, PictOpSrc, picture, &render_color, 165 return picture; 275 Picture picture; local in function:source_shm 325 Picture picture; local in function:_bench_source [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | 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) argument 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 225 i8xx_get_card_format(intel_screen_private * intel,PicturePtr picture) argument 402 i830_check_composite_texture(ScreenPtr screen,PicturePtr picture) argument [all...] |