Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_debug_util.h25 void bitstream_queue_set_frame_read(int frame_idx);
H A Dvpx_debug_util.c24 void bitstream_queue_set_frame_read(int frame_idx) { frame_idx_r = frame_idx; } in bitstream_queue_set_frame_read() function
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c2968 bitstream_queue_set_frame_read(cm->current_video_frame * 2 + cm->show_frame); in vp9_decode_frame()