Home
last modified time | relevance | path

Searched refs:ff_h261_get_picture_format (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh261enc.c51 int ff_h261_get_picture_format(int width, int height) in ff_h261_get_picture_format() function
84 format = ff_h261_get_picture_format(s->width, s->height); in ff_h261_encode_picture_header()
105 if (ff_h261_get_picture_format(s->width, s->height) == 0) { in h261_encode_gob_header()
132 if (ff_h261_get_picture_format(s->width, s->height) == 1) { // CIF in ff_h261_reorder_mb_index()
H A Dh261enc.h33 int ff_h261_get_picture_format(int width, int height);
H A Dmpegvideo_enc.c684 if (ff_h261_get_picture_format(s->width, s->height) < 0) { in ff_mpv_encode_init()

Completed in 8 milliseconds