Home
last modified time | relevance | path

Searched refs:entry_point_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.c79 av_freep(&s->sh.entry_point_offset); in pic_arrays_free()
904 av_freep(&sh->entry_point_offset); in hls_slice_header()
907 sh->entry_point_offset = av_malloc_array(sh->num_entry_point_offsets, sizeof(unsigned)); in hls_slice_header()
910 if (!sh->entry_point_offset || !sh->offset || !sh->size) { in hls_slice_header()
917 sh->entry_point_offset[i] = val + 1; // +1; // +1 to get the size in hls_slice_header()
2651 …for (j = 0, cmpt = 0, startheader = offset + s->sh.entry_point_offset[0]; j < nal->skipped_bytes; … in hls_slice_data_wpp()
2659 offset += (s->sh.entry_point_offset[i - 1] - cmpt); in hls_slice_data_wpp()
2661 + s->sh.entry_point_offset[i]; j < nal->skipped_bytes; j++) { in hls_slice_data_wpp()
2667 s->sh.size[i - 1] = s->sh.entry_point_offset[i] - cmpt; in hls_slice_data_wpp()
2672 offset += s->sh.entry_point_offset[s->sh.num_entry_point_offsets - 1] - cmpt; in hls_slice_data_wpp()
[all …]
Dhevcdec.h303 unsigned *entry_point_offset; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2584 ldr(IP, FieldAddress(CODE_REG, Code::entry_point_offset()), cond); in Branch()
2596 ldr(LR, FieldAddress(CODE_REG, Code::entry_point_offset())); in BranchLink()