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

/hardware/intel/img/psb_video/src/
H A Dtng_vld_dec.h51 int split_buffer_pending; member in struct:context_DEC_s
H A Dvc1_header.h278 int split_buffer_pending; member in struct:context_VC1_s
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2.c508 int split_buffer_pending; member in struct:context_MPEG2_s
639 ctx->split_buffer_pending = FALSE;
1306 ASSERT(!ctx->split_buffer_pending);
1322 ctx->split_buffer_pending = TRUE;
1325 ASSERT(ctx->split_buffer_pending);
1338 ASSERT(ctx->split_buffer_pending);
1355 ctx->split_buffer_pending = FALSE;
H A Dpsb_MPEG4.c314 int split_buffer_pending; member in struct:context_MPEG4_s
452 ctx->split_buffer_pending = FALSE;
1274 ASSERT(!ctx->split_buffer_pending);
1288 ctx->split_buffer_pending = TRUE;
1291 ASSERT(ctx->split_buffer_pending);
1304 ASSERT(ctx->split_buffer_pending);
1319 ctx->split_buffer_pending = FALSE;
H A Dpsb_H264.c162 int split_buffer_pending; member in struct:context_H264_s
404 ctx->split_buffer_pending = FALSE;
1614 ASSERT(!ctx->split_buffer_pending);
1636 ctx->split_buffer_pending = TRUE;
1639 ASSERT(ctx->split_buffer_pending);
1652 ASSERT(ctx->split_buffer_pending);
1672 ctx->split_buffer_pending = FALSE;

Completed in 2512 milliseconds