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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c382 AVOutputFormat *ofmt=NULL; local
396 while((ofmt= av_oformat_next(ofmt))) {
397 if((name == NULL || strcmp(ofmt->name, name)<0) &&
398 strcmp(ofmt->name, last_name)>0){
399 name= ofmt->name;
400 long_name= ofmt->long_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daudioconvert.c196 #define CONV(ofmt, otype, ifmt, expr)\
197 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov7670.c657 struct ov7670_format_struct *ofmt; local
662 ofmt = ov7670_formats + fmt->index;
664 strcpy(fmt->description, ofmt->desc);
665 fmt->pixelformat = ofmt->pixelformat;

Completed in 66 milliseconds