Searched refs:t_info (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibtheoraenc.c82 theora_info t_info; local
89 theora_info_init( &t_info );
90 t_info.width = avc_context->width;
91 t_info.height = avc_context->height;
92 t_info.frame_width = avc_context->width;
93 t_info.frame_height = avc_context->height;
94 t_info.offset_x = 0;
95 t_info.offset_y = 0;
98 t_info.fps_numerator = avc_context->time_base.den;
99 t_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dawk.c417 uint32_t t_info; /* often used */ member in struct:globals2
479 #define t_info (G.t_info ) macro
930 t_info = save_info;
1005 t_info = *ti;
1049 save_info = t_info;
1051 t_info = OC_CONCAT | SS | P(35);
1117 if (glptr && (t_info == (OC_COMPARE | VV | P(39) | 2))) {
1128 while ( ((t_info & PRIMASK) > (vn->a.n->info & PRIMASK2))
1129 || ((t_info
[all...]

Completed in 28 milliseconds