/third_party/ffmpeg/libavcodec/ |
H A D | webvttenc.c | 167 for (i=0; i<sub->num_rects; i++) { in webvtt_encode_frame()
|
H A D | libaribb24.c | 349 *got_sub_ptr = sub->num_rects > 0; in libaribb24_decode()
|
H A D | microdvddec.c | 318 *got_sub_ptr = sub->num_rects > 0; in microdvd_decode_frame()
|
H A D | srtenc.c | 242 for (i=0; i<sub->num_rects; i++) { in encode_frame()
|
H A D | ttmlenc.c | 89 for (i=0; i<sub->num_rects; i++) { in ttml_encode_frame()
|
H A D | libzvbi-teletextdec.c | 696 sub->num_rects = 0; in teletext_decode_frame() 702 sub->num_rects = 1; in teletext_decode_frame()
|
H A D | avcodec.h | 2309 unsigned num_rects; member
|
H A D | decode.c | 855 av_assert1(!sub->num_rects || *got_sub_ptr); in avcodec_decode_subtitle2() 857 if (sub->num_rects && !sub->end_display_time && avpkt->duration && in avcodec_decode_subtitle2() 869 for (unsigned i = 0; i < sub->num_rects; i++) { in avcodec_decode_subtitle2()
|
H A D | dvdsubenc.c | 259 int i, rects = h->num_rects, ret; in encode_dvd_subtitles()
|
H A D | movtextenc.c | 647 for (i = 0; i < sub->num_rects; i++) { in mov_text_encode_frame()
|
H A D | movtextdec.c | 560 *got_sub_ptr = sub->num_rects > 0; in mov_text_decode_frame()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 1438 * @num_rects: number of drm_rect in rects 1446 uint32_t num_rects, in vmw_kms_check_display_memory() 1454 for (i = 0; i < num_rects; i++) { in vmw_kms_check_display_memory() 1930 * @num_rects: number of drm_rect in rects 1934 unsigned int num_rects, struct drm_rect *rects) in vmw_du_update_layout() 1962 if (num_rects > du->unit) { in vmw_du_update_layout() 1980 if (num_rects > du->unit) { in vmw_du_update_layout() 1445 vmw_kms_check_display_memory(struct drm_device *dev, uint32_t num_rects, struct drm_rect *rects) vmw_kms_check_display_memory() argument 1933 vmw_du_update_layout(struct vmw_private *dev_priv, unsigned int num_rects, struct drm_rect *rects) vmw_du_update_layout() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_draw.c | 57 dev_clips->num_rects = num_clips; in drawable_set_clipping()
|
H A D | qxl_dev.h | 757 uint32_t num_rects; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 1687 * @num_rects: number of drm_rect in rects 1695 uint32_t num_rects, in vmw_kms_check_display_memory() 1703 for (i = 0; i < num_rects; i++) { in vmw_kms_check_display_memory() 2161 * @num_rects: number of drm_rect in rects 2165 unsigned int num_rects, struct drm_rect *rects) in vmw_du_update_layout() 2193 if (num_rects > du->unit) { in vmw_du_update_layout() 2211 if (num_rects > du->unit) { in vmw_du_update_layout() 1694 vmw_kms_check_display_memory(struct drm_device *dev, uint32_t num_rects, struct drm_rect *rects) vmw_kms_check_display_memory() argument 2164 vmw_du_update_layout(struct vmw_private *dev_priv, unsigned int num_rects, struct drm_rect *rects) vmw_du_update_layout() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 245 int num_rects, i; in sub2video_update() local 255 num_rects = sub->num_rects; in sub2video_update() 264 num_rects = 0; in sub2video_update() 273 for (i = 0; i < num_rects; i++) in sub2video_update() 1034 unsigned save_num_rects = sub->num_rects; in do_subtitle_out() 1046 sub->num_rects = 0; in do_subtitle_out() 1053 sub->num_rects = save_num_rects; in do_subtitle_out() 2327 if (!subtitle.num_rects) in transcode_subtitles()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 757 uint32_t num_rects; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 473 for (i = 0; i < sub.num_rects; i++) { in init_subtitles()
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
H A D | drm.h | 108 unsigned int num_rects; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm.h | 108 unsigned int num_rects; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm.h | 107 unsigned int num_rects; member
|
/kernel/linux/linux-6.6/tools/include/uapi/drm/ |
H A D | drm.h | 107 unsigned int num_rects; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | drm.h | 52 unsigned int num_rects; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm.h | 62 unsigned int num_rects; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm.h | 62 unsigned int num_rects; member
|