Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h66 struct lookahead_entry empty_frame; member
Dvp9_svc_layercontext.c36 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img, in vp9_init_layer_context()
50 memset(cpi->svc.empty_frame.img.buffer_alloc, 0x80, in vp9_init_layer_context()
51 cpi->svc.empty_frame.img.buffer_alloc_sz); in vp9_init_layer_context()
671 cpi->svc.empty_frame.ts_start = buf->ts_start; in vp9_svc_start_frame()
672 cpi->svc.empty_frame.ts_end = buf->ts_end; in vp9_svc_start_frame()
Dvp9_encoder.c413 vpx_free_frame_buffer(&cpi->svc.empty_frame.img); in dealloc_compressor_data()
414 memset(&cpi->svc.empty_frame, 0, sizeof(cpi->svc.empty_frame)); in dealloc_compressor_data()
4193 source = &cpi->svc.empty_frame;
/external/libunwind/src/x86_64/
DGtrace.c47 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()