Searched refs:oc (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Doutput_example.c59 static AVStream *add_audio_stream(AVFormatContext *oc, int codec_id) argument
64 st = av_new_stream(oc, 1);
81 static void open_audio(AVFormatContext *oc, AVStream *st) argument
147 static void write_audio_frame(AVFormatContext *oc, AVStream *st) argument
166 if (av_interleaved_write_frame(oc, &pkt) != 0) {
172 static void close_audio(AVFormatContext *oc, AVStream *st) argument
188 static AVStream *add_video_stream(AVFormatContext *oc, int codec_id) argument
193 st = av_new_stream(oc, 0);
227 if(oc->oformat->flags & AVFMT_GLOBALHEADER)
253 static void open_video(AVFormatContext *oc, AVStrea argument
328 write_video_frame(AVFormatContext *oc, AVStream *st) argument
405 close_video(AVFormatContext *oc, AVStream *st) argument
424 AVFormatContext *oc; local
[all...]
H A Dffmpeg.c1057 AVFormatContext *oc, *os; local
1079 oc = output_files[0];
1081 total_size = url_fsize(oc->pb);
1083 total_size= url_ftell(oc->pb);
2984 static void new_video_stream(AVFormatContext *oc) argument
2990 st = av_new_stream(oc, oc->nb_streams);
2996 bitstream_filters[nb_output_files][oc->nb_streams - 1]= video_bitstream_filters;
3008 || (video_global_header==0 && (oc->oformat->flags & AVFMT_GLOBALHEADER))){
3033 codec_id = av_guess_codec(oc
3126 new_audio_stream(AVFormatContext *oc) argument
3207 new_subtitle_stream(AVFormatContext *oc) argument
3246 AVFormatContext *oc; local
3257 AVFormatContext *oc; local
3268 AVFormatContext *oc; local
3279 AVFormatContext *oc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlzw.c59 int fc, oc; member in struct:LZWState
151 s->oc = s->fc = -1;
170 int l, c, code, oc, fc; local
179 oc = s->oc;
196 fc= oc= -1;
201 code = oc;
209 if (s->slot < s->top_slot && oc>=0) {
211 s->prefix[s->slot++] = oc;
214 oc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddd.c115 size_t oc; member in struct:__anon11198
126 #define oc (Z.oc ) macro
295 size_t d = obs - oc;
299 memcpy(obuf + oc, tmp, d);
302 oc += d;
303 if (oc == obs) {
306 oc = 0;
313 if (ENABLE_FEATURE_DD_IBS_OBS && oc) {
314 w = full_write_or_warn(ofd, obuf, oc, outfil
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-populate39 use vars qw(%oc);
42 %oc = (
153 $objcl = $oc{$attr} if (exists $oc{$attr});
H A Dsmbldap-groupmod206 my @oc = $group_entry->get_value('objectClass');
207 unless (grep($_ =~ /^sambaGroupMapping$/i, @oc)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsy.c390 int oc, int n,
402 seedptr=oc+(posts[0]-EHMER_OFFSET)*linesper-(linesper>>1);
428 long oc=p->octave[i]; local
429 while(i+1<n && p->octave[i+1]==oc){
435 oc=oc>>p->shiftoc;
437 if(oc>=P_BANDS)oc=P_BANDS-1;
438 if(oc<0)oc
387 seed_curve(float *seed, const float **curves, float amp, int oc, int n, int linesper,float dBoffset) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address61 oc) english=Occitan;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address90 oc) english=Occitan;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_internal.h196 uint32_t oc __attribute__((aligned(4))); member in struct:SwsContext
H A Dyuv2rgb_bfin.c60 c->oc = 128*0x01010101U;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr1212.c549 struct csr1212_csr_rom_cache *c, *oc; local
556 oc = c;
564 CSR1212_FREE(oc);
985 struct csr1212_csr_rom_cache *oc = cache; local
988 csr1212_remove_cache(csr, oc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2917 set oc [$olddb cursor]
2920 [is_valid_cursor $oc $olddb] TRUE
2924 for { set odbt [$oc get -first -nolease] } { [llength $odbt] > 0 } \
2925 { set odbt [$oc get -next -nolease] } {
2929 error_check_good oc_close [$oc close] 0
2938 set odbt [$oc get -get_both -nolease \
2941 error_check_good oc_close [$oc close] 0
2948 error_check_good orig_cursor_close($olddbname) [$oc close] 0
2984 set oc [$olddb cursor]
2986 [is_valid_cursor $oc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c2230 struct nfsd4_open_confirm *oc)
2247 oc->oc_seqid, &oc->oc_req_stateid,
2249 &oc->oc_stateowner, &stp, NULL)))
2252 sop = oc->oc_stateowner;
2255 memcpy(&oc->oc_resp_stateid, &stp->st_stateid, sizeof(stateid_t));
2257 "stateid=(%08x/%08x/%08x/%08x)\n", oc->oc_seqid,
2265 if (oc->oc_stateowner) {
2266 nfs4_get_stateowner(oc->oc_stateowner);
2267 cstate->replay_owner = oc
2229 nfsd4_open_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open_confirm *oc) argument
[all...]
H A Dnfs4xdr.c2152 nfsd4_encode_open_confirm(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_confirm *oc) argument
2158 WRITE32(oc->oc_resp_stateid.si_generation);
2159 WRITEMEM(&oc->oc_resp_stateid.si_opaque, sizeof(stateid_opaque_t));
2163 ENCODE_SEQID_OP_TAIL(oc->oc_stateowner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.c328 DE_HWP(("pcm_analog_in_open cs=%d oc=%d r=%d\n",
364 DE_HWP(("pcm_analog_out_open cs=%d oc=%d r=%d\n",
463 int oc; local
471 oc = atomic_read(&chip->opencount);
472 DE_ACT(("pcm_close oc=%d cs=%d rs=%d\n", oc,
474 if (oc < 2)
476 if (oc == 0)
478 DE_ACT(("pcm_close2 oc=%d cs=%d rs=%d\n", oc,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h448 struct nfsd4_compound_state *, struct nfsd4_open_confirm *oc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlock.c3645 int error = 0, mstype, err, oc, ou; local
3663 oc = is_overlap_cancel(lkb);
3684 if (oc || ou) {
3694 if (oc) {
3722 lkb->lkb_id, mstype, lkb->lkb_flags, oc, ou);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c52445 int oc; member in struct:vdbeExecUnion::OP_SeekGt_stack_vars
[all...]

Completed in 687 milliseconds