Searched refs:chp (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | vorbiscomment.c | 93 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 D | fuse_session.c | 165 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 D | fuse_kern_chan.c | 19 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 D | vf_readeia608.c | 77 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 D | fuse_lowlevel.h | 1312 int (*receive)(struct fuse_chan **chp, char *buf, size_t size);
|
Completed in 4 milliseconds