Home
last modified time | relevance | path

Searched refs:shared_bbu_idx (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mustang/vpu_v3/
H A DhalVPU_EX.c3374 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3380 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3382 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3393 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3394 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3395 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3396 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3397 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3398 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
3480 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/M7621/vpu_v3/
H A DhalVPU_EX.c3650 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3656 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3658 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3667 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3669 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3670 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3671 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3672 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3673 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3674 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/M7821/vpu_v3/
H A DhalVPU_EX.c3668 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3674 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3676 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3685 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3687 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3688 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3689 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3690 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3691 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3692 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6/vpu_v3/
H A DhalVPU_EX.c3813 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3819 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3821 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3830 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3832 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3833 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3834 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3835 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3836 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3837 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DhalVPU_EX.c3816 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3822 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3824 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3833 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3835 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3836 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3837 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3838 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3839 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3840 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/curry/vpu_v3/
H A DhalVPU_EX.c3809 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3815 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3817 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3826 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3828 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3829 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3830 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3831 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3832 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3833 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DhalVPU_EX.c3835 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3841 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3843 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3852 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3854 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3855 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3856 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3857 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3858 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3859 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maldives/vpu_v3/
H A DhalVPU_EX.c3118 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3124 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3126 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3135 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3136 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3137 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3138 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3139 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
3204 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3208 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6lite/vpu_v3/
H A DhalVPU_EX.c3824 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3830 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3832 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3841 …BBU %d, shared_bbu %d, avail_bbu %d \n", u32Id, u8TaskId, bShareBBU, shared_bbu_idx, avaliable_bbu… in HAL_VPU_EX_GetBBUId()
3843 …if ((bShareBBU == TRUE) && (shared_bbu_idx != HAL_VPU_INVALID_BBU_ID)) { // In Nstream mode, first… in HAL_VPU_EX_GetBBUId()
3844 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3845 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3846 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3847 VPRINTF("[NDec][0x%x][%d] MVD shared_bbu %d \n", u32Id, u8TaskId, shared_bbu_idx); in HAL_VPU_EX_GetBBUId()
3848 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mainz/vpu_v3/
H A DhalVPU_EX.c3273 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3279 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3281 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3290 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3291 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3292 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3293 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3294 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
3359 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3363 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mooney/vpu_v3/
H A DhalVPU_EX.c3446 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3452 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3454 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3463 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3464 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3465 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3466 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3467 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
3534 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3538 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/messi/vpu_v3/
H A DhalVPU_EX.c3274 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3280 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3282 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3291 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3292 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3293 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3294 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3295 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
3360 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3364 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/manhattan/vpu_v3/
H A DhalVPU_EX.c3396 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3402 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3404 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3413 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3414 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3415 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3416 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3483 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3487 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
3491 shared_bbu_idx = i; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/macan/vpu_v3/
H A DhalVPU_EX.c3335 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3341 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3343 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3352 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3353 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3354 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3355 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3420 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3424 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
3428 shared_bbu_idx = i; in HAL_VPU_EX_GetBBUId()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/vpu_lite/
H A DhalVPU_EX.c3731 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3737 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && slq_state[i].bTSP == FALSE) in HAL_VPU_EX_GetBBUId()
3739 shared_bbu_idx = i; // recored the first used MM bbu for sharing in HAL_VPU_EX_GetBBUId()
3748 …if (bIsNstreamMode && shared_bbu_idx != HAL_VPU_INVALID_BBU_ID) { // In Nstream mode, first priori… in HAL_VPU_EX_GetBBUId()
3749 slq_state[shared_bbu_idx].u32Used |= (1 << u8TaskId); in HAL_VPU_EX_GetBBUId()
3750 slq_state[shared_bbu_idx].bTSP = FALSE; in HAL_VPU_EX_GetBBUId()
3751 slq_state[shared_bbu_idx].bUsedbyMVD = TRUE; in HAL_VPU_EX_GetBBUId()
3752 return shared_bbu_idx; in HAL_VPU_EX_GetBBUId()
3819 MS_U32 shared_bbu_idx = HAL_VPU_INVALID_BBU_ID; in HAL_VPU_EX_GetBBUId() local
3823 if (shared_bbu_idx == HAL_VPU_INVALID_BBU_ID && bbu_state[i].u32Used != 0) in HAL_VPU_EX_GetBBUId()
[all …]