Searched refs:empty_frame (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.h | 64 struct lookahead_entry empty_frame; member
|
D | vp9_svc_layercontext.c | 50 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img, SMALL_FRAME_WIDTH, in vp9_init_layer_context() 62 memset(cpi->svc.empty_frame.img.buffer_alloc, 0x80, in vp9_init_layer_context() 63 cpi->svc.empty_frame.img.buffer_alloc_sz); in vp9_init_layer_context() 765 cpi->svc.empty_frame.ts_start = buf->ts_start; in vp9_svc_start_frame() 766 cpi->svc.empty_frame.ts_end = buf->ts_end; in vp9_svc_start_frame()
|
D | vp9_encoder.c | 852 vpx_free_frame_buffer(&cpi->svc.empty_frame.img); in dealloc_compressor_data() 853 memset(&cpi->svc.empty_frame, 0, sizeof(cpi->svc.empty_frame)); in dealloc_compressor_data() 5030 source = &cpi->svc.empty_frame;
|
/external/libunwind/src/x86_64/ |
D | Gtrace.c | 47 static const unw_tdep_frame_t empty_frame = { 0, UNW_X86_64_FRAME_OTHER, -1, -1, 0, -1, -1 }; variable 94 frames[i] = empty_frame; in trace_cache_buckets()
|