Searched refs:slice_count (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_H263ES.c391 if (ctx->obj_context->slice_count) { /*First slice of a frame need not slice header*/
393 + ctx->obj_context->slice_count * HEADER_SIZE,
398 cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
399 ctx->obj_context->slice_count,
402 ctx->LastSliceNum[ctx->SliceToCore] = ctx->obj_context->slice_count;
408 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE);
444 ctx->obj_context->slice_count);
446 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
447 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
449 ctx->obj_context->slice_count
[all...]
H A Dpnw_MPEG4ES.c453 ctx->obj_context->slice_count);
455 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
456 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
458 ctx->obj_context->slice_count++;
461 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
H A Dpnw_H264ES.c750 + ctx->obj_context->slice_count * HEADER_SIZE,
756 + ctx->obj_context->slice_count * HEADER_SIZE,
771 || ctx->obj_context->slice_count == 1 + ctx->LastSliceNum[ctx->SliceToCore] );
774 ctx->LastSliceNum[ctx->SliceToCore] = ctx->obj_context->slice_count;
780 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE);
790 + ctx->obj_context->slice_count;
812 ctx->obj_context->slice_count);
814 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
815 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
817 ctx->obj_context->slice_count
[all...]
H A Dpsb_cmdbuf.c953 obj_context->slice_count++;
1073 drv_debug_msg(VIDEO_DEBUG_ERROR, "RENDERING ERROR FRAME=%03d SLICE=%02d status=%d\n", obj_context->frame_count, obj_context->slice_count, status);
1084 obj_context->slice_count++;
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 Dpnw_hostcode.c663 ctx->obj_context->slice_count = 0;
1070 ctx->obj_context->slice_count);
1116 int slices = ctx->obj_context->slice_count;
1119 //ctx->Slices = ctx->obj_context->slice_count;
1962 //((CurrentRow * (ctx->Width)) / 256 + ctx->obj_context->slice_count) * sizeof(MTX_CURRENT_IN_PARAMS),
1967 //((CurrentRow * (ctx->Width)) / 256 + ctx->obj_context->slice_count) * sizeof(MTX_CURRENT_IN_PARAMS),
H A Dpsb_drv_video.h443 uint32_t slice_count; member in struct:object_context_s
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.c1341 obj_context->slice_count = 0;
2076 obj_context->slice_count = 0;
H A Dtng_hostcode.c867 ctx->obj_context->slice_count = 0;
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H263ES.c374 if (ctx->obj_context->slice_count) { /*First slice of a frame need not slice header*/
376 (IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE),
377 ctx->obj_context->slice_count,
380 lnc_cmdbuf_insert_command(cmdbuf, MTX_CMDID_DO_HEADER, 2, (ctx->obj_context->slice_count << 2) | 2);
382 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
413 ctx->obj_context->slice_count,
416 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
417 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
419 ctx->obj_context->slice_count++;
422 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTUR
[all...]
H A Dlnc_MPEG4ES.c398 ctx->obj_context->slice_count,
401 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
402 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
404 ctx->obj_context->slice_count++;
407 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
H A Dlnc_H264ES.c502 lnc__H264_prepare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE),
512 lnc_cmdbuf_insert_command(cmdbuf, MTX_CMDID_DO_HEADER, 2, (ctx->obj_context->slice_count << 2) | 2);
514 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
547 ctx->obj_context->slice_count, ctx->max_slice_size);
549 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
550 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
552 ctx->obj_context->slice_count++;
555 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
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;
H A Dlnc_hostcode.c243 ctx->obj_context->slice_count = 0;
690 ctx->Slices = ctx->obj_context->slice_count;

Completed in 94 milliseconds