Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/qcap/
H A Davico.c502 DWORD comp_flags = 0; in AVICompressorIn_Receive() local
555 &src_videoinfo->bmiHeader, ptr, 0, &comp_flags, This->frame_cnt, 0, 0, NULL, NULL); in AVICompressorIn_Receive()
564 IMediaSample_SetSyncPoint(out_sample, (comp_flags&AVIIF_KEYFRAME) != 0); in AVICompressorIn_Receive()
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c613 …mz_uint comp_flags = s_tdefl_num_probes[MZ_MIN(10, deflate_level)] | ((deflate_level <= 3) ? TDEFL… in get_file_data() local
615 comp_flags |= TDEFL_FORCE_ALL_RAW_BLOCKS; in get_file_data()
617 status = tdefl_init(&g_deflator, NULL, NULL, comp_flags); in get_file_data()