Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dargo_cvg.c59 uint32_t blocks_read; member
211 if (ctx->blocks_read >= ctx->num_blocks) in argo_cvg_read_packet()
215 FFMIN(ARGO_CVG_NB_BLOCKS, ctx->num_blocks - ctx->blocks_read)); in argo_cvg_read_packet()
225 pkt->pts = ctx->blocks_read * ARGO_CVG_SAMPLES_PER_BLOCK; in argo_cvg_read_packet()
228 ctx->blocks_read += ret / st->codecpar->block_align; in argo_cvg_read_packet()
245 ctx->blocks_read = 0; in argo_cvg_seek()
H A Dargo_asf.c40 uint32_t blocks_read; member
226 if (asf->blocks_read >= asf->ckhdr.num_blocks) in argo_asf_read_packet()
230 FFMIN(ASF_NB_BLOCKS, asf->ckhdr.num_blocks - asf->blocks_read)); in argo_asf_read_packet()
241 pkt->pts = asf->blocks_read * asf->ckhdr.num_samples; in argo_asf_read_packet()
242 asf->blocks_read += (ret / st->codecpar->block_align); in argo_asf_read_packet()
265 asf->blocks_read = block; in argo_asf_seek()

Completed in 3 milliseconds