Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecoder.c396 pbi->output_frames[pbi->num_output_frames] = cm->cur_frame; in swap_frame_buffers()
403 decrease_ref_count(pbi->output_frames[0], pool); in swap_frame_buffers()
405 pbi->output_frames[0] = cm->cur_frame; in swap_frame_buffers()
540 *sd = &pbi->output_frames[index]->buf; in av1_get_raw_frame()
541 *grain_params = &pbi->output_frames[index]->film_grain_params; in av1_get_raw_frame()
551 *frame = pbi->output_frames[pbi->num_output_frames - 1]->buf; in av1_get_frame_to_show()
Ddecoder.h189 RefCntBuffer *output_frames[MAX_NUM_SPATIAL_LAYERS]; member
/external/libaom/libaom/av1/
Dav1_dx_iface.c628 decrease_ref_count(pbi->output_frames[j], pool); in decoder_decode()
777 RefCntBuffer *const output_frame_buf = pbi->output_frames[*index]; in decoder_get_frame()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1134 const std::vector<VideoFrame>& output_frames() const { in TEST_F() function in webrtc::TEST_F::FrameObserver
1186 ExpectEqualFramesVector(input_frames, observer.output_frames()); in TEST_F()