Searched refs:frame_buffers (Results 1 – 7 of 7) sorted by relevance
117 self.frame_buffers = {}120 self.frame_buffers.clear()188 for fb in self.frame_buffers.values():210 if key not in self.frame_buffers:211 self.frame_buffers[key] = FrameBuffer(pipe, fb)212 return self.frame_buffers[key]
265 for value in sampler_obj.frame_buffers.itervalues():
47 struct frame_buffers { struct133 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);134 int vp8_remove_decoder_instances(struct frame_buffers *fb);
431 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf) { in vp8_create_decoder_instances()452 int vp8_remove_decoder_instances(struct frame_buffers *fb) { in vp8_remove_decoder_instances()
60 struct frame_buffers yv12_frame_buffers;309 struct frame_buffers *fb = &ctx->yv12_frame_buffers; in vp8_decode()
49 "${AOM_ROOT}/av1/common/frame_buffers.c"50 "${AOM_ROOT}/av1/common/frame_buffers.h"
91 "libaom/av1/common/frame_buffers.c",