HomeSort by relevance Sort by last modified time
    Searched refs:dpb (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vcn_enc.c 78 unsigned dpb; local
82 dpb = 396;
85 dpb = 900;
90 dpb = 2376;
93 dpb = 4752;
97 dpb = 8100;
100 dpb = 18000;
103 dpb = 20480;
107 dpb = 32768;
110 dpb = 34816
    [all...]
radeon_vce.c 139 * get number of cpbs based on dpb
145 unsigned dpb; local
149 dpb = 396;
152 dpb = 900;
157 dpb = 2376;
160 dpb = 4752;
164 dpb = 8100;
167 dpb = 18000;
170 dpb = 20480;
174 dpb = 32768
    [all...]
radeon_uvd.c 84 struct rvid_buffer dpb; member in struct:ruvd_decoder
345 // always align them to MB size for dpb calculation
    [all...]
radeon_vcn_dec.c 75 struct rvid_buffer dpb; member in struct:radeon_decoder
649 decode->dpb_size = dec->dpb.res->buf->size;
917 // always align them to MB size for dpb calculation
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
radeon_vce.c 145 * get number of cpbs based on dpb
151 unsigned dpb; local
155 dpb = 396;
158 dpb = 900;
163 dpb = 2376;
166 dpb = 4752;
170 dpb = 8100;
173 dpb = 18000;
176 dpb = 20480;
180 dpb = 32768
    [all...]
radeon_uvd.c 90 struct rvid_buffer dpb; member in struct:ruvd_decoder
291 // always align them to MB size for dpb calculation
    [all...]
  /external/v4l2_codec2/vda/
h264_decoder.h 48 // |pps| for it, |dpb| has to contain all the pictures in DPB for current
58 const H264DPB& dpb,
115 // We need to keep at most kDPBMaxSize pictures in DPB for
158 // Update PicNum values in pictures stored in DPB on creation of
206 // done after decoding, including DPB management, reference picture marking
212 // Clear DPB contents and remove all surfaces in DPB from *in_use_ list.
223 // Output all pictures in DPB that have not been outputted yet.
232 // DPB in use
    [all...]

Completed in 1195 milliseconds