Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dencoder.c763 DWORD opts_length; in CommonEncoder_CreateNewFrame() local
796 …for (opts_length = 0; This->encoder_info.encoder_options[opts_length] < ENCODER_OPTION_END; opts_l… in CommonEncoder_CreateNewFrame()
798 … opts[opts_length] = encoder_option_properties[This->encoder_info.encoder_options[opts_length]]; in CommonEncoder_CreateNewFrame()
801 hr = CreatePropertyBag2(opts, opts_length, ppIEncoderOptions); in CommonEncoder_CreateNewFrame()