Searched refs:coda_get_bitstream_payload (Results 1 – 3 of 3) sorted by relevance
293 static inline unsigned int coda_get_bitstream_payload(struct coda_ctx *ctx) in coda_get_bitstream_payload() function
224 if (coda_get_bitstream_payload(ctx) + payload + 512 >= in coda_bitstream_try_queue()1894 if (coda_get_bitstream_payload(ctx) < 512 && in coda_prepare_decode()1898 coda_get_bitstream_payload(ctx)); in coda_prepare_decode()2036 if (coda_get_bitstream_payload(ctx) >= ctx->bitstream.size - 512) in coda_finish_decode()
1303 (coda_get_bitstream_payload(ctx) < 512)) { in coda_job_ready()1306 ctx->idx, coda_get_bitstream_payload(ctx)); in coda_job_ready()1609 if (coda_get_bitstream_payload(ctx) < 512) { in coda_start_streaming()