Searched defs:slice_count (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG2.c514 uint32_t slice_count; member in struct:context_MPEG2_s
949 if (ctx->slice_count != 0) {
1023 if (ctx->slice_count != 0) {
1281 ctx->slice_count++;
1406 ctx->slice_count = 0;
1463 ctx->slice_count = 0;
H A Dpnw_H264.c167 uint32_t slice_count; member in struct:context_H264_s
1545 REGIO_WRITE_FIELD_LITE(ctx->slice0_params, MSVDX_VEC_H264, CR_VEC_H264_FE_SLICE0, SLICECOUNT, ctx->slice_count);
1656 if (ctx->slice_count == 0) {
1676 ctx->slice_count++;
1722 ctx->slice_count = 0;
H A Dtng_VP8.c283 uint32_t slice_count; member in struct:context_VP8_s
1466 ctx->slice_count = 0;
H A Dpsb_drv_video.h465 uint32_t slice_count; member in struct:object_context_s
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_H264.c151 uint32_t slice_count; member in struct:context_H264_s
1505 REGIO_WRITE_FIELD_LITE(ctx->slice0_params, MSVDX_VEC_H264, CR_VEC_H264_FE_SLICE0, SLICECOUNT, ctx->slice_count);
1597 drv_debug_msg(VIDEO_DEBUG_GENERAL, "H264 process slice %d\n", ctx->slice_count);
1655 if (ctx->slice_count == 0) {
1675 if (ctx->slice_count == 0) {
1694 ctx->slice_count++;
1767 ctx->slice_count = 0;

Completed in 976 milliseconds