Home
last modified time | relevance | path

Searched refs:chp (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dvorbiscomment.c93 AVChapter *chp = chapters[i]; in ff_vorbiscomment_write() local
98 s = av_rescale(chp->start, chp->time_base.num, chp->time_base.den); in ff_vorbiscomment_write()
101 ms = av_rescale_q(chp->start, chp->time_base, av_make_q( 1, 1000)) % 1000; in ff_vorbiscomment_write()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_session.c165 int fuse_chan_recv(struct fuse_chan **chp, char *buf, size_t size) in fuse_chan_recv() argument
167 struct fuse_chan *ch = *chp; in fuse_chan_recv()
169 return ch->op.receive(chp, buf, size); in fuse_chan_recv()
H A Dfuse_kern_chan.c19 static int fuse_kern_chan_receive(struct fuse_chan **chp, char *buf, in fuse_kern_chan_receive() argument
22 struct fuse_chan *ch = *chp; in fuse_kern_chan_receive()
/third_party/ffmpeg/libavfilter/
H A Dvf_readeia608.c77 int chp; member
96 { "chp", "check and apply parity bit", OFFSET(chp), AV_OPT_TYPE_BOOL, {.i64= 0}, 0, 1, FLAGS },
433 if (s->chp) { in extract_line()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h1312 int (*receive)(struct fuse_chan **chp, char *buf, size_t size);

Completed in 4 milliseconds