OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:width_in_mb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd.c
543
unsigned
width_in_mb
= width / 16;
local in function:amdgpu_uvd_cs_msg_decode
545
unsigned fs_in_mb =
width_in_mb
* height_in_mb;
590
min_dpb_size +=
width_in_mb
* height_in_mb * num_dpb_buffer * 192;
593
min_dpb_size +=
width_in_mb
* height_in_mb * 32;
602
min_dpb_size +=
width_in_mb
* height_in_mb * 128;
605
min_dpb_size +=
width_in_mb
* 64;
608
min_dpb_size +=
width_in_mb
* 128;
611
tmp = max(
width_in_mb
, height_in_mb);
627
min_dpb_size +=
width_in_mb
* height_in_mb * 64;
630
min_dpb_size += ALIGN(
width_in_mb
* height_in_mb * 32, 64)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_uvd.c
369
unsigned
width_in_mb
= width / 16;
local in function:radeon_uvd_cs_msg_decode
385
min_dpb_size +=
width_in_mb
* height_in_mb * 17 * 192;
388
min_dpb_size +=
width_in_mb
* height_in_mb * 32;
397
min_dpb_size +=
width_in_mb
* height_in_mb * 128;
400
min_dpb_size +=
width_in_mb
* 64;
403
min_dpb_size +=
width_in_mb
* 128;
406
tmp = max(
width_in_mb
, height_in_mb);
422
min_dpb_size +=
width_in_mb
* height_in_mb * 64;
425
min_dpb_size += ALIGN(
width_in_mb
* height_in_mb * 32, 64);
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025