Home
last modified time | relevance | path

Searched refs:coda_get_bitstream_payload (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/coda/
Dcoda.h283 static inline unsigned int coda_get_bitstream_payload(struct coda_ctx *ctx) in coda_get_bitstream_payload() function
Dcoda-bit.c202 if (coda_get_bitstream_payload(ctx) + in coda_bitstream_try_queue()
237 (coda_get_bitstream_payload(ctx) >= 512) && !ctx->hold) in coda_fill_bitstream()
1667 if (coda_get_bitstream_payload(ctx) < 512 && in coda_prepare_decode()
1671 coda_get_bitstream_payload(ctx)); in coda_prepare_decode()
1791 if (coda_get_bitstream_payload(ctx) >= ctx->bitstream.size - 512) in coda_finish_decode()
Dcoda-common.c1007 !stream_end && (coda_get_bitstream_payload(ctx) < 512)) { in coda_job_ready()
1010 ctx->idx, coda_get_bitstream_payload(ctx)); in coda_job_ready()
1260 if (coda_get_bitstream_payload(ctx) < 512) { in coda_start_streaming()