Home
last modified time | relevance | path

Searched refs:frame_aspect (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/clutter-gst3/clutter-gst-3.0.27/clutter-gst/
H A Dclutter-gst-aspectratio.c79 gdouble frame_aspect, actor_aspect; in clutter_gst_aspectratio_get_frame_box() local
87 frame_aspect = (gdouble) frame->resolution.width / (gdouble) frame->resolution.height; in clutter_gst_aspectratio_get_frame_box()
92 if (actor_aspect > frame_aspect) in clutter_gst_aspectratio_get_frame_box()
95 new_height = actor_width / frame_aspect; in clutter_gst_aspectratio_get_frame_box()
100 new_width = actor_height * frame_aspect; in clutter_gst_aspectratio_get_frame_box()
105 if (actor_aspect < frame_aspect) in clutter_gst_aspectratio_get_frame_box()
108 new_height = actor_width / frame_aspect; in clutter_gst_aspectratio_get_frame_box()
113 new_width = actor_height * frame_aspect; in clutter_gst_aspectratio_get_frame_box()
/dports/multimedia/ffmpeg2theora/ffmpeg2theora-0.30/src/
H A Dffmpeg2theora.c213 this->frame_aspect.num=0; in ff2theora_init()
214 this->frame_aspect.den=1; in ff2theora_init()
605 float frame_aspect = 0; in ff2theora_output() local
750 if (this->frame_aspect.num == 0) { in ff2theora_output()
751 this->frame_aspect.num = width; in ff2theora_output()
787 if (this->frame_aspect.num == 0) { in ff2theora_output()
788 this->frame_aspect.num = width; in ff2theora_output()
833 if (this->frame_aspect.num != 0) { in ff2theora_output()
845 frame_aspect=av_q2d(this->frame_aspect); in ff2theora_output()
858 if (this->frame_aspect.num == 0) { in ff2theora_output()
[all …]
H A Dffmpeg2theora.h72 AVRational frame_aspect; member
/dports/multimedia/totem/totem-3.38.2/src/backend/
H A Dtotem-aspect-frame.c187 gdouble frame_aspect; in totem_aspect_frame_set_rotation_internal() local
201 frame_aspect = frame_width / frame_height; in totem_aspect_frame_set_rotation_internal()
204 if ((frame_aspect < child_aspect) ^ priv->expand) in totem_aspect_frame_set_rotation_internal()
/dports/multimedia/cheese/cheese-41.1/libcheese/
H A Dtotem-aspect-frame.c186 gdouble frame_aspect; in totem_aspect_frame_set_rotation_internal() local
200 frame_aspect = frame_width / frame_height; in totem_aspect_frame_set_rotation_internal()
203 if ((frame_aspect < child_aspect) ^ priv->expand) in totem_aspect_frame_set_rotation_internal()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/osltoy/
H A Dosltoyrenderer.cpp148 float frame_aspect = float(xres) / float(yres) * m_pixelaspect; in camera_params() local
149 m_screen_window[0] = -frame_aspect; in camera_params()
151 m_screen_window[2] = frame_aspect; in camera_params()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/osltoy/
H A Dosltoyrenderer.cpp148 float frame_aspect = float(xres) / float(yres) * m_pixelaspect; in camera_params() local
149 m_screen_window[0] = -frame_aspect; in camera_params()
151 m_screen_window[2] = frame_aspect; in camera_params()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/marcos-encoders/
H A Dlives_theora_encoder3314 def frame2pixel_aspect(size, frame_aspect):
315 pixel_den = int(frame_aspect[1])*int(size[0])
316 pixel_num = int(frame_aspect[0])*int(size[1])
H A Dlives_theora_encoder312 def frame2pixel_aspect(size, frame_aspect):
313 pixel_den = int(frame_aspect[1])*int(size[0])
314 pixel_num = int(frame_aspect[0])*int(size[1])
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testshade/
H A Dsimplerend.cpp201 float frame_aspect = float(xres)/float(yres) * m_pixelaspect; in camera_params() local
202 m_screen_window[0] = -frame_aspect; in camera_params()
204 m_screen_window[2] = frame_aspect; in camera_params()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testshade/
H A Dsimplerend.cpp201 float frame_aspect = float(xres)/float(yres) * m_pixelaspect; in camera_params() local
202 m_screen_window[0] = -frame_aspect; in camera_params()
204 m_screen_window[2] = frame_aspect; in camera_params()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_still.c481 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
482 this->rect.w = frame_aspect * this->window_height; in consumer_play_video()
487 this->rect.h = ( 1.0 / frame_aspect ) * this->window_width; in consumer_play_video()
H A Dconsumer_sdl.c622 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
633 self->rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
638 self->rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_still.c475 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
476 this->rect.w = frame_aspect * this->window_height; in consumer_play_video()
481 this->rect.h = ( 1.0 / frame_aspect ) * this->window_width; in consumer_play_video()
H A Dconsumer_sdl.c616 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
627 self->rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
632 self->rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_still.c481 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
482 this->rect.w = frame_aspect * this->window_height; in consumer_play_video()
487 this->rect.h = ( 1.0 / frame_aspect ) * this->window_width; in consumer_play_video()
H A Dconsumer_sdl.c622 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
633 self->rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
638 self->rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_still.c475 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
476 this->rect.w = frame_aspect * this->window_height; in consumer_play_video()
481 this->rect.h = ( 1.0 / frame_aspect ) * this->window_width; in consumer_play_video()
H A Dconsumer_sdl.c616 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
627 self->rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
632 self->rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_still.c481 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
482 this->rect.w = frame_aspect * this->window_height; in consumer_play_video()
487 this->rect.h = ( 1.0 / frame_aspect ) * this->window_width; in consumer_play_video()
H A Dconsumer_sdl.c622 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
633 self->rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
638 self->rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/sdl2/
H A Dconsumer_sdl2.c611 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
622 self->sdl_rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
627 self->sdl_rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/sdl2/
H A Dconsumer_sdl2.c611 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
622 self->sdl_rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
627 self->sdl_rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/sdl2/
H A Dconsumer_sdl2.c618 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
629 self->sdl_rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
634 self->sdl_rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/sdl2/
H A Dconsumer_sdl2.c618 double frame_aspect = mlt_frame_get_aspect_ratio( frame ) * width / height; in consumer_play_video() local
629 self->sdl_rect.w = frame_aspect / this_aspect * self->window_width; in consumer_play_video()
634 self->sdl_rect.h = this_aspect / frame_aspect * self->window_height; in consumer_play_video()

12