Searched refs:bs_buf_size (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c1042 unsigned bs_buf_size; local in function:ruvd_create_decoder
1100 bs_buf_size = width * height * (512 / (16 * 16));
1113 bs_buf_size, PIPE_USAGE_STAGING)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c1285 unsigned bs_buf_size; local in function:ruvd_create_decoder
1344 bs_buf_size = width * height * (512 / (16 * 16));
1357 bs_buf_size, PIPE_USAGE_STAGING)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c1224 unsigned bs_buf_size; local in function:si_common_uvd_create_decoder
1283 bs_buf_size = width * height * (512 / (16 * 16));
1296 bs_buf_size, PIPE_USAGE_STAGING)) {
H A Dradeon_vcn_dec.c1456 unsigned dpb_size, bs_buf_size, stream_type = 0, ring = RING_VCN_DEC; local in function:radeon_create_decoder
1523 bs_buf_size = width * height * (512 / (16 * 16));
1538 bs_buf_size, PIPE_USAGE_STAGING)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c1223 unsigned bs_buf_size; local in function:si_common_uvd_create_decoder
1280 bs_buf_size = width * height * (512 / (16 * 16));
1292 if (!si_vid_create_buffer(dec->screen, &dec->bs_buffers[i], bs_buf_size,
H A Dradeon_vcn_dec.c2331 unsigned bs_buf_size, stream_type = 0, ring = RING_VCN_DEC; local in function:radeon_create_decoder
2401 bs_buf_size = width * height * (512 / (16 * 16));
2417 if (!si_vid_create_buffer(dec->screen, &dec->bs_buffers[i], bs_buf_size,

Completed in 13 milliseconds