Home
last modified time | relevance | path

Searched refs:h263_get_picture_format (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh263.h94 int av_const h263_get_picture_format(int width, int height);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh263.h95 int av_const h263_get_picture_format(int width, int height);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh263.h92 int av_const h263_get_picture_format(int width, int height);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh263.h92 int av_const h263_get_picture_format(int width, int height);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh263.h92 int av_const h263_get_picture_format(int width, int height);
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh263.h119 int av_const h263_get_picture_format(int width, int height);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh263.h119 int av_const h263_get_picture_format(int width, int height);
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpegvideo.h821 int h263_get_picture_format(int width, int height);
H A Dh263.c122 int h263_get_picture_format(int width, int height) in h263_get_picture_format() function
260 format = h263_get_picture_format(s->width, s->height); in h263_encode_picture_header()
H A Dmpegvideo_enc.c561 if (h263_get_picture_format(s->width, s->height) == 7) { in MPV_encode_init()