schro_decoder_add_output_picture ( SchroDecoder* decoder, SchroFrame* frame )2nd parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_decoder_pull ( SchroDecoder* decoder )Return value (pointer) has base type '_SchroFrame'.
schro_encoder_push_frame ( SchroEncoder* encoder, SchroFrame* frame )2nd parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_encoder_push_frame_full ( SchroEncoder* encoder, SchroFrame* frame, void* priv )2nd parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_add ( SchroFrame* dest, SchroFrame* src )2nd parameter 'src' (pointer) has base type '_SchroFrame'.
schro_frame_calculate_average_luma ( SchroFrame* frame )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_clear ( SchroFrame* frame )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_clone ( SchroMemoryDomain* domain, SchroFrame* frame )2nd parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_convert ( SchroFrame* dest, SchroFrame* src )2nd parameter 'src' (pointer) has base type '_SchroFrame'.
schro_frame_convert_to_444 ( SchroFrame* frame )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_downsample ( SchroFrame* dest, SchroFrame* src )2nd parameter 'src' (pointer) has base type '_SchroFrame'.
schro_frame_dup ( SchroFrame* frame )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_md5 ( SchroFrame* frame, uint32_t* state )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_new ( )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_and_alloc ( SchroMemoryDomain* domain, SchroFrameFormat format, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_AYUV ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_I420 ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_UYVY ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_UYVY_full ( void* data, int width, int height, int stride )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_v210 ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_v216 ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_YUY2 ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_new_from_data_YV12 ( void* data, int width, int height )Return value (pointer) has base type '_SchroFrame'.
schro_frame_ref ( SchroFrame* frame )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_set_free_callback ( SchroFrame* frame, SchroFrameFreeFunc free_func, void* priv )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_shift_left ( SchroFrame* frame, int shift )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_shift_right ( SchroFrame* frame, int shift )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_subtract ( SchroFrame* dest, SchroFrame* src )2nd parameter 'src' (pointer) has base type '_SchroFrame'.
schro_frame_unref ( SchroFrame* frame )1st parameter 'frame' (pointer) has base type '_SchroFrame'.
schro_frame_upsample_horiz ( SchroFrame* dest, SchroFrame* src )2nd parameter 'src' (pointer) has base type '_SchroFrame'.
schro_frame_upsample_vert ( SchroFrame* dest, SchroFrame* src )2nd parameter 'src' (pointer) has base type '_SchroFrame'.