Home
last modified time | relevance | path

Searched refs:last_size (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface_meta_address_test.c321 unsigned last_size, max_samples, min_bpp, max_bpp; in run_dcc_address_test() local
341 last_size = 6*6 - 1; in run_dcc_address_test()
347 last_size = 0; in run_dcc_address_test()
356 for (unsigned size = 0; size <= last_size; size++) { in run_dcc_address_test()
501 unsigned first_size = 0, last_size = 6*6 - 1; in run_htile_address_test() local
520 first_size = last_size = 0; in run_htile_address_test()
526 for (unsigned size = first_size; size <= last_size; size++) { in run_htile_address_test()
676 unsigned first_size = 0, last_size = 6*6 - 1, max_bpp = 32; in run_cmask_address_test() local
684 first_size = last_size = 0; in run_cmask_address_test()
690 for (unsigned size = first_size; size <= last_size; size++) { in run_cmask_address_test()
/third_party/ffmpeg/libavcodec/
Dvaapi_hevc.c42 size_t last_size; member
305 if (pic->last_size) { in vaapi_hevc_end_frame()
309 pic->last_buffer, pic->last_size); in vaapi_hevc_end_frame()
414 pic->last_buffer, pic->last_size); in vaapi_hevc_decode_slice()
416 pic->last_size = 0; in vaapi_hevc_decode_slice()
487 pic->last_size = size; in vaapi_hevc_decode_slice()
Dmsmpeg4enc.c171 const int last_size= size + chroma_size; in find_best_tables() local
186 if(last_size == size+chroma_size) break; in find_best_tables()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c140 uint32_t last_size = (uint32_t)(ring->cur - last_start); in kgsl_ringbuffer_flush() local
142 last_start[2] = last_size - (5 + 2); in kgsl_ringbuffer_flush()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisenc.h84 int last_size; member
Dgstvorbisenc.c232 vorbisenc->last_size = 0; in gst_vorbis_enc_start()
565 if (enc->last_size == 0) { in packet_duration_vorbis()
568 duration = enc->last_size / 4 + size / 4; in packet_duration_vorbis()
570 enc->last_size = size; in packet_duration_vorbis()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.h87 int last_size; member
Dgstoggstream.c896 pad->last_size = 0; in setup_vorbis_mapper()
991 if (pad->last_size == 0) { in packet_duration_vorbis()
994 duration = pad->last_size / 4 + size / 4; in packet_duration_vorbis()
996 pad->last_size = size; in packet_duration_vorbis()
Dgstoggdemux.c1376 int last_size = pad->map.last_size; in gst_ogg_demux_setup_first_granule() local
1403 pad->map.last_size = last_size; in gst_ogg_demux_setup_first_granule()
2163 pad->map.last_size = 0; in gst_ogg_pad_mark_discont()
/third_party/libbpf/src/
Dbtf.c1459 __u32 last_size; local
1468 last_size = 4096;
1469 ptr = malloc(last_size);
1475 btf_info.btf_size = last_size;
1478 if (!err && btf_info.btf_size > last_size) {
1481 last_size = btf_info.btf_size;
1482 temp_ptr = realloc(ptr, last_size);
1492 btf_info.btf_size = last_size;
1497 if (err || btf_info.btf_size > last_size) {
/third_party/elfutils/src/
Dstrip.c844 GElf_Off *last_offset, GElf_Xword *last_size) in handle_debug_relocs() argument
944 *last_size = filesz; in handle_debug_relocs()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c2353 uint32_t last_size; member
2387 a->last_size = block->size; in upb_arena_addblock()
2398 size_t block_size = UPB_MAX(size, a->last_size * 2) + memblock_reserve; in upb_arena_allocblock()
2468 a->last_size = 128; in upb_arena_init()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst454 - pan/decode: Remove last_size