Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dbitwriter.c37 bitstream_queue_set_skip_write(1); in vpx_stop_encode()
51 bitstream_queue_set_skip_write(0); in vpx_stop_encode()
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_debug_util.h44 void bitstream_queue_set_skip_write(int skip);
H A Dvpx_debug_util.c39 void bitstream_queue_set_skip_write(int skip) { skip_w = skip; } in bitstream_queue_set_skip_write() function
/aosp_15_r20/external/libaom/aom_util/
H A Ddebug_util.h43 void bitstream_queue_set_skip_write(int skip);
H A Ddebug_util.c46 void bitstream_queue_set_skip_write(int skip) { skip_w = skip; } in bitstream_queue_set_skip_write() function