Home
last modified time | relevance | path

Searched refs:rl2 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drl2.c55 * check if the file is in rl2 format
57 * @return 0 when the probe buffer does not contain rl2 data, > 0 otherwise
73 * read rl2 header data and setup the avstreams
231 Rl2DemuxContext *rl2 = s->priv_data; in rl2_read_packet() local
242 if (rl2->index_pos[i] < sti->nb_index_entries in rl2_read_packet()
243 && sti->index_entries[ rl2->index_pos[i] ].pos < pos) { in rl2_read_packet()
244 sample = &sti->index_entries[ rl2->index_pos[i] ]; in rl2_read_packet()
253 ++rl2->index_pos[stream_id]; in rl2_read_packet()
281 Rl2DemuxContext *rl2 = s->priv_data; in rl2_read_seek() local
287 rl2 in rl2_read_seek()
[all...]
H A DMakefile481 OBJS-$(CONFIG_RL2_DEMUXER) += rl2.o
/third_party/node/test/parallel/
H A Dtest-readline-reopen.js32 const rl2 = readline.createInterface({
38 rl2.on('line', common.mustCall((line) => {
40 rl2.close();
/third_party/ntfs-3g/libntfs-3g/
H A 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()
1042 runlist_element *rl, *rl2; ntfs_mft_data_extend_allocation() local
[all...]
H A 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/
H A Dvideo.mak291 FATE_VIDEO-$(call FRAMECRC, RL2, RL2, SCALE_FILTER) += fate-rl2
292 fate-rl2: CMD = framecrc -i $(TARGET_SAMPLES)/rl2/Z4915300.RL2 -pix_fmt rgb24 -an -vf scale
/third_party/ffmpeg/libavcodec/
H A DMakefile615 OBJS-$(CONFIG_RL2_DECODER) += rl2.o

Completed in 9 milliseconds