Home
last modified time | relevance | path

Searched refs:cmov_size (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Doutput_mp4.c163 uint32_t cmov_size = ATOM_PREAMBLE_SIZE + dcom_size + cmvd_size; in compress_moov() local
165 *moov_size = ATOM_PREAMBLE_SIZE + cmov_size + free_size; in compress_moov()
172 outbuffer = write_32(outbuffer, cmov_size); in compress_moov()
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Doutput_mp4.c163 uint32_t cmov_size = ATOM_PREAMBLE_SIZE + dcom_size + cmvd_size; in compress_moov() local
165 *moov_size = ATOM_PREAMBLE_SIZE + cmov_size + free_size; in compress_moov()
172 outbuffer = write_32(outbuffer, cmov_size); in compress_moov()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_qtmp4.cpp455 uint32_t cmov_size = atom.size - atom.hsize; in handle_cmvd_atom() local
456 memory_cptr af_cmov_buf = memory_c::alloc(cmov_size); in handle_cmvd_atom()
461 if (m_in->read(cmov_buf, cmov_size) != cmov_size) in handle_cmvd_atom()
469 zs.avail_in = cmov_size; in handle_cmvd_atom()