Home | History | Annotate | Download | only in src

Lines Matching refs:ui8SlotsInUse

686     ctx->ui8SlotsInUse = ui32IPCount + 1; //Bframes + 2
731 psFrameInfo->slot_consume_dpy_order = (int *)malloc(ctx->ui8SlotsInUse * sizeof(int));
732 psFrameInfo->slot_consume_enc_order = (int *)malloc(ctx->ui8SlotsInUse * sizeof(int));