Home
last modified time | relevance | path

Searched refs:src_pic (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c105 struct xa_picture *src_pic, in blend_for_op() argument
212 xa_src_pict_is_accelerated(const union xa_source_pict *src_pic) in xa_src_pict_is_accelerated() argument
214 if (!src_pic) in xa_src_pict_is_accelerated()
217 if (src_pic->type == xa_src_pict_solid_fill || in xa_src_pict_is_accelerated()
218 src_pic->type == xa_src_pict_float_solid_fill) in xa_src_pict_is_accelerated()
227 struct xa_picture *src_pic = comp->src; in xa_composite_check_accelerated() local
231 if (!xa_is_filter_accelerated(src_pic) || in xa_composite_check_accelerated()
236 if (!xa_src_pict_is_accelerated(src_pic->src_pict) || in xa_composite_check_accelerated()
276 picture_format_fixups(struct xa_picture *src_pic, in picture_format_fixups() argument
282 struct xa_surface *src = src_pic->srf; in picture_format_fixups()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp880 SSourcePicture *src_pic = NULL; in gst_openh264enc_handle_frame() local
921 src_pic = new SSourcePicture; in gst_openh264enc_handle_frame()
923 if (src_pic == NULL) { in gst_openh264enc_handle_frame()
929 src_pic->iColorFormat = videoFormatI420; in gst_openh264enc_handle_frame()
930 src_pic->uiTimeStamp = frame->pts / GST_MSECOND; in gst_openh264enc_handle_frame()
953 src_pic->iPicWidth = GST_VIDEO_FRAME_WIDTH (&video_frame); in gst_openh264enc_handle_frame()
954 src_pic->iPicHeight = GST_VIDEO_FRAME_HEIGHT (&video_frame); in gst_openh264enc_handle_frame()
955 src_pic->iStride[0] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 0); in gst_openh264enc_handle_frame()
956 src_pic->iStride[1] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 1); in gst_openh264enc_handle_frame()
957 src_pic->iStride[2] = GST_VIDEO_FRAME_COMP_STRIDE (&video_frame, 2); in gst_openh264enc_handle_frame()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c3195 GstH264Picture *src_pic = in modify_ref_pic_list() local
3197 gint src_pic_num_lx = src_pic ? pic_num_f (self, src_pic) : -1; in modify_ref_pic_list()
3199 g_array_index (ref_pic_listx, GstH264Picture *, dst++) = src_pic; in modify_ref_pic_list()
3221 GstH264Picture *src_pic = in modify_ref_pic_list() local
3223 if (long_term_pic_num_f (self, src_pic) != in modify_ref_pic_list()
3225 g_array_index (ref_pic_listx, GstH264Picture *, dst++) = src_pic; in modify_ref_pic_list()