Home
last modified time | relevance | path

Searched refs:new_data_size (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mp4toannexb_bsf.c173 static void h264_mp4toannexb_modify_encryption_info(AVPacket *pkt, uint64_t new_data_size, uint64_t… in h264_mp4toannexb_modify_encryption_info() argument
178 if ((copy == 0) || (new_data_size == old_data_size)) { in h264_mp4toannexb_modify_encryption_info()
187 if (total_size < new_data_size) { in h264_mp4toannexb_modify_encryption_info()
190 if (new_data_size > old_data_size) { in h264_mp4toannexb_modify_encryption_info()
191 … side_data->sub_samples[i].clear_header_len += (uint32_t)(new_data_size - old_data_size); in h264_mp4toannexb_modify_encryption_info()
193 uint32_t diff_size = (uint32_t)(old_data_size - new_data_size); in h264_mp4toannexb_modify_encryption_info()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp426 unsigned new_data_size = (size + bt_bits - 1) / bt_bits; in resize() local
429 if (new_data_size != cur_data_size) in resize()
430 data.resize(new_data_size); in resize()