HomeSort by relevance Sort by last modified time
    Searched refs:swap_frame_buffers (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 213 static int swap_frame_buffers(VP8_COMMON *cm) { function
342 if (swap_frame_buffers(cm)) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 270 static void swap_frame_buffers(VP9Decoder *pbi) { function
407 swap_frame_buffers(pbi);
  /external/libaom/libaom/av1/decoder/
decoder.c 348 static void swap_frame_buffers(AV1Decoder *pbi, int frame_decoded) { function
505 // in the buffer pool. This reference is consumed by swap_frame_buffers().
506 swap_frame_buffers(pbi, frame_decoded);

Completed in 382 milliseconds