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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dcmdutils.c446 AVOutputFormat *ofmt=NULL; local
461 while((ofmt= av_oformat_next(ofmt))) {
462 if((name == NULL || strcmp(ofmt->name, name)<0) &&
463 strcmp(ofmt->name, last_name)>0){
464 name= ofmt->name;
465 long_name= ofmt->long_name;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dcmdutils.c446 AVOutputFormat *ofmt=NULL; local
461 while((ofmt= av_oformat_next(ofmt))) {
462 if((name == NULL || strcmp(ofmt->name, name)<0) &&
463 strcmp(ofmt->name, last_name)>0){
464 name= ofmt->name;
465 long_name= ofmt->long_name;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dcmdutils.c446 AVOutputFormat *ofmt=NULL; local
461 while((ofmt= av_oformat_next(ofmt))) {
462 if((name == NULL || strcmp(ofmt->name, name)<0) &&
463 strcmp(ofmt->name, last_name)>0){
464 name= ofmt->name;
465 long_name= ofmt->long_name;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Daudioconvert.c205 #define CONV(ofmt, otype, ifmt, expr)\
206 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daudioconvert.c205 #define CONV(ofmt, otype, ifmt, expr)\
206 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Daudioconvert.c205 #define CONV(ofmt, otype, ifmt, expr)\
206 if(ctx->fmt_pair == ofmt + SAMPLE_FMT_NB*ifmt){\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dov7670.c739 struct ov7670_format_struct *ofmt; local
744 ofmt = ov7670_formats + fmt->index;
746 strcpy(fmt->description, ofmt->desc);
747 fmt->pixelformat = ofmt->pixelformat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dov7670.c739 struct ov7670_format_struct *ofmt; local
744 ofmt = ov7670_formats + fmt->index;
746 strcpy(fmt->description, ofmt->desc);
747 fmt->pixelformat = ofmt->pixelformat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/wmi/
H A Dwmi_wrap.c1326 PyObject *ofmt = PyString_FromString(fmt); local
1327 if (ofmt) {
1328 res = PyString_Format(ofmt,args);
1329 Py_DECREF(ofmt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/wmi/
H A Dwmi_wrap.c1326 PyObject *ofmt = PyString_FromString(fmt); local
1327 if (ofmt) {
1328 res = PyString_Format(ofmt,args);
1329 Py_DECREF(ofmt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/wmi/
H A Dwmi_wrap.c1326 PyObject *ofmt = PyString_FromString(fmt); local
1327 if (ofmt) {
1328 res = PyString_Format(ofmt,args);
1329 Py_DECREF(ofmt);

Completed in 128 milliseconds