Searched refs:ref_offsets (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_internal.h | 77 // Number of entries in the ref_offsets array. Only used if the 85 size_t ref_offsets[CBS_MAX_REF_OFFSETS]; member 197 .ref_offsets = { offsetof(structure, ref_field) }, \
|
H A D | cbs.c | 861 void **ptr = (void**)(data + desc->ref_offsets[i]); in cbs_default_free_unit_content() 941 src_ptr = (uint8_t**)(src + desc->ref_offsets[i]); in cbs_clone_unit_content() 943 copy_ptr = (uint8_t**)(copy + desc->ref_offsets[i]); in cbs_clone_unit_content() 984 av_buffer_unref((AVBufferRef**)(copy + desc->ref_offsets[i])); in cbs_clone_unit_content()
|
H A D | cbs_mpeg2.c | 401 .ref_offsets = { offsetof(MPEG2RawSlice, header.extra_information_slice.extra_information),
|
H A D | cbs_h2645.c | 1409 .ref_offsets = { offsetof(H264RawSlice, data) }, 1445 .ref_offsets = { offsetof(H265RawSlice, data) }, 1457 .ref_offsets = { offsetof(H265RawSlice, data) },
|
Completed in 5 milliseconds