Home
last modified time | relevance | path

Searched refs:rl2 (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Drl2.c230 Rl2DemuxContext *rl2 = s->priv_data; in rl2_read_packet() local
240 if(rl2->index_pos[i] < s->streams[i]->nb_index_entries in rl2_read_packet()
241 && s->streams[i]->index_entries[ rl2->index_pos[i] ].pos < pos){ in rl2_read_packet()
242 sample = &s->streams[i]->index_entries[ rl2->index_pos[i] ]; in rl2_read_packet()
251 ++rl2->index_pos[stream_id]; in rl2_read_packet()
279 Rl2DemuxContext *rl2 = s->priv_data; in rl2_read_seek() local
285 rl2->index_pos[stream_index] = index; in rl2_read_seek()
297 rl2->index_pos[i] = index; in rl2_read_seek()
DMakefile458 OBJS-$(CONFIG_RL2_DEMUXER) += rl2.o
/third_party/node/test/parallel/
Dtest-readline-reopen.js32 const rl2 = readline.createInterface({
38 rl2.on('line', common.mustCall((line) => {
40 rl2.close();
/third_party/ntfs-3g/libntfs-3g/
Dmft.c720 runlist_element *rl, *rl2 = NULL; /* silence compiler warning */ in ntfs_mft_bitmap_extend_allocation_i() local
746 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE); in ntfs_mft_bitmap_extend_allocation_i()
747 if (!rl2) { in ntfs_mft_bitmap_extend_allocation_i()
752 rl = ntfs_runlists_merge(mftbmp_na->rl, rl2); in ntfs_mft_bitmap_extend_allocation_i()
757 if (ntfs_cluster_free_from_rl(vol, rl2)) in ntfs_mft_bitmap_extend_allocation_i()
760 free(rl2); in ntfs_mft_bitmap_extend_allocation_i()
786 rl2 = ntfs_attr_find_vcn(mftbmp_na, ll); in ntfs_mft_bitmap_extend_allocation_i()
787 if (!rl2 || !rl2->length) { in ntfs_mft_bitmap_extend_allocation_i()
790 if (rl2) in ntfs_mft_bitmap_extend_allocation_i()
795 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, INT_MAX); in ntfs_mft_bitmap_extend_allocation_i()
[all …]
Drunlist.c836 runlist_element *rl2; in ntfs_mapping_pairs_decompress_i() local
839 rl2 = realloc(rl, rlsize); in ntfs_mapping_pairs_decompress_i()
840 if (!rl2) { in ntfs_mapping_pairs_decompress_i()
846 rl = rl2; in ntfs_mapping_pairs_decompress_i()
/third_party/ffmpeg/tests/fate/
Dvideo.mak291 FATE_VIDEO-$(call DEMDEC, RL2, RL2) += fate-rl2
292 fate-rl2: CMD = framecrc -i $(TARGET_SAMPLES)/rl2/Z4915300.RL2 -pix_fmt rgb24 -an -vf scale
/third_party/ffmpeg/
DMAINTAINERS232 rl2.c Sascha Sommer
478 rl2.c Sascha Sommer
DBUILD.gn703 # "//third_party/ffmpeg/libavcodec/rl2.c",
1235 # "//third_party/ffmpeg/libavformat/rl2.c",
/third_party/ffmpeg/libavcodec/
DMakefile593 OBJS-$(CONFIG_RL2_DECODER) += rl2.o