Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_debug_util.h26 int bitstream_queue_get_frame_read(void);
H A Dvpx_debug_util.c26 int bitstream_queue_get_frame_read(void) { return frame_idx_r; } in bitstream_queue_get_frame_read() function
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dbitreader.h113 const int frame_idx = bitstream_queue_get_frame_read(); in vpx_read()
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_detokenize.c38 const int frame_idx = bitstream_queue_get_frame_read(); in read_bool()