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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261.h65 int ff_h261_get_picture_format(int width, int height);
H A Dh261enc.c39 int ff_h261_get_picture_format(int width, int height) function
72 format = ff_h261_get_picture_format(s->width, s->height);
93 if (ff_h261_get_picture_format(s->width, s->height) == 0) {
120 if (ff_h261_get_picture_format(s->width, s->height) == 1) { // CIF
H A Dmpegvideo_enc.c715 if (ff_h261_get_picture_format(s->width, s->height) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261enc.c40 int ff_h261_get_picture_format(int width, int height){ function
71 format = ff_h261_get_picture_format(s->width, s->height);
91 if(ff_h261_get_picture_format(s->width, s->height) == 0){
115 if(ff_h261_get_picture_format(s->width,s->height) == 1){ // CIF
H A Dmpegvideo.h813 int ff_h261_get_picture_format(int width, int height);
H A Dmpegvideo_enc.c697 if (ff_h261_get_picture_format(s->width, s->height) < 0) {

Completed in 115 milliseconds