Home
last modified time | relevance | path

Searched refs:aspect_numerator (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/multimedia/oggvideotools/oggvideotools-0.9.1/src/main/
H A DvideoHook.cpp194 if ((decoder.getInfo().aspect_numerator != encoder.getInfo().aspect_numerator) || in initAndConnect()
213 if ((decoder.getInfo().aspect_numerator <= 0) || in initAndConnect()
217 …aspectCorrection = (decoder.getInfo().aspect_numerator*1.0)/(decoder.getInfo().aspect_denominator*… in initAndConnect()
316 (info1.aspect_numerator == info2.aspect_numerator) && in operator ==()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogginfo/
H A Dcodec_theora.c95 if (inf->ti.aspect_numerator == 0 || inf->ti.aspect_denominator == 0) { in theora_process()
98 …at)inf->ti.frame_width/(float)inf->ti.frame_height * (float)inf->ti.aspect_numerator/(float)inf->t… in theora_process()
99 …spect ratio %d:%d (%f:1)\n"), inf->ti.aspect_numerator, inf->ti.aspect_denominator, (float)inf->ti… in theora_process()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp116 void OggTheoraCapture::setAspectRatio(int aspect_numerator, int aspect_denominator) in setAspectRatio() argument
118 int a = aspect_numerator; in setAspectRatio()
128 video_an = aspect_numerator / a; in setAspectRatio()
133 video_an = aspect_numerator; in setAspectRatio()
225 ti.aspect_numerator=video_an; in start()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp116 void OggTheoraCapture::setAspectRatio(int aspect_numerator, int aspect_denominator) in setAspectRatio() argument
118 int a = aspect_numerator; in setAspectRatio()
128 video_an = aspect_numerator / a; in setAspectRatio()
133 video_an = aspect_numerator; in setAspectRatio()
225 ti.aspect_numerator=video_an; in start()
/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c70 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c70 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libtheora/lib/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c70 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c70 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c70 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c70 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
H A Ddecapiwrapper.c71 _ci->aspect_numerator=_info->aspect_numerator; in th_info2theora_info()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator; in oc_theora_info2th_info()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libtheora/lib/
H A Dapiwrapper.c110 _info->aspect_numerator=_ci->aspect_numerator;
/dports/math/vtk6/VTK-6.2.0/CMake/
H A DTestOggTheoraSubsampling.c23 thInfo.aspect_numerator = 1; in main()
/dports/math/vtk8/VTK-8.2.0/CMake/
H A DTestOggTheoraSubsampling.c23 thInfo.aspect_numerator = 1; in main()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dlibtheoraenc.c100 t_info.aspect_numerator = avc_context->sample_aspect_ratio.num; in encode_init()
103 t_info.aspect_numerator = 1; in encode_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/mac/test/
H A Dmock_video_capture_device_avfoundation_frame_receiver_mac.h25 int aspect_numerator,

12345678