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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drl2.c54 * check if the file is in rl2 format
56 * @return 0 when the probe buffer does not contain rl2 data, > 0 otherwise
72 * read rl2 header data and setup the avstreams
214 Rl2DemuxContext *rl2 = s->priv_data; local
224 if(rl2->index_pos[i] < s->streams[i]->nb_index_entries
225 && s->streams[i]->index_entries[ rl2->index_pos[i] ].pos < pos){
226 sample = &s->streams[i]->index_entries[ rl2->index_pos[i] ];
235 ++rl2->index_pos[stream_id];
264 Rl2DemuxContext *rl2 = s->priv_data; local
270 rl2
[all...]
H A Dallformats.c248 REGISTER_DEMUXER (RL2, rl2);
H A DMakefile349 OBJS-$(CONFIG_RL2_DEMUXER) += rl2.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drl2.c52 * check if the file is in rl2 format
54 * @return 0 when the probe buffer does not contain rl2 data, > 0 otherwise
70 * read rl2 header data and setup the avstreams
215 Rl2DemuxContext *rl2 = s->priv_data; local
225 if(rl2->index_pos[i] < s->streams[i]->nb_index_entries
226 && s->streams[i]->index_entries[ rl2->index_pos[i] ].pos < pos){
227 sample = &s->streams[i]->index_entries[ rl2->index_pos[i] ];
236 ++rl2->index_pos[stream_id];
265 Rl2DemuxContext *rl2 = s->priv_data; local
271 rl2
[all...]
H A Dallformats.c186 REGISTER_DEMUXER (RL2, rl2);
H A DMakefile231 OBJS-$(CONFIG_RL2_DEMUXER) += rl2.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c646 runlist_element *rl, *rl2 = NULL; /* silence compiler warning */ local
672 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE);
673 if (!rl2) {
678 rl = ntfs_runlists_merge(mftbmp_na->rl, rl2);
683 if (ntfs_cluster_free_from_rl(vol, rl2))
686 free(rl2);
712 rl2 = ntfs_attr_find_vcn(mftbmp_na, ll);
713 if (!rl2 || !rl2->length) {
716 if (rl2)
968 runlist_element *rl, *rl2; local
[all...]
H A Drunlist.c798 runlist_element *rl2; local
801 rl2 = realloc(rl, rlsize);
802 if (!rl2) {
808 rl = rl2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dmft.c1279 runlist_element *rl, *rl2 = NULL; local
1350 rl2 = ntfs_cluster_alloc(vol, rl[1].vcn, 1, lcn, DATA_ZONE,
1352 if (IS_ERR(rl2)) {
1356 return PTR_ERR(rl2);
1358 rl = ntfs_runlists_merge(mftbmp_ni->runlist.rl, rl2);
1363 if (ntfs_cluster_free_from_rl(vol, rl2)) {
1368 ntfs_free(rl2);
1407 for (rl2 = rl; rl2 > mftbmp_ni->runlist.rl; rl2
1715 runlist_element *rl, *rl2; local
[all...]
H A Dfile.c491 runlist_element *rl, *rl2; local
885 rl2 = rl;
886 while (--rl2 >= ni->runlist.rl) {
887 if (rl2->lcn >= 0) {
888 lcn = rl2->lcn + rl2->length;
892 rl2 = ntfs_cluster_alloc(vol, bh_cpos, 1, lcn, DATA_ZONE,
894 if (IS_ERR(rl2)) {
895 err = PTR_ERR(rl2);
900 lcn = rl2
[all...]
H A Dattrib.c1862 runlist_element *rl, *rl2; local
2137 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits,
2141 if (IS_ERR(rl2)) {
2142 err = PTR_ERR(rl2);
2153 rl = ntfs_runlists_merge(ni->runlist.rl, rl2);
2164 if (ntfs_cluster_free_from_rl(vol, rl2)) {
2171 ntfs_free(rl2);
2179 rl2 = ntfs_rl_find_vcn_nolock(rl, ll);
2180 BUG_ON(!rl2);
2181 BUG_ON(!rl2
[all...]
H A Dlcnalloc.c261 runlist_element *rl2; local
269 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE);
270 if (unlikely(!rl2)) {
276 memcpy(rl2, rl, rlsize);
278 rl = rl2;
H A Dsuper.c1054 runlist_element *rl, rl2[2]; local
1141 rl2[0].vcn = 0;
1142 rl2[0].lcn = vol->mftmirr_lcn;
1143 rl2[0].length = (vol->mftmirr_size * vol->mft_record_size +
1145 rl2[1].vcn = rl2[0].length;
1146 rl2[1].lcn = LCN_ENOENT;
1147 rl2[1].length = 0;
1158 if (rl2[i].vcn != rl[i].vcn || rl2[
[all...]
H A Drunlist.c771 runlist_element *rl2; local
773 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE);
774 if (unlikely(!rl2)) {
778 memcpy(rl2, rl, rlsize);
780 rl = rl2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvideo.mak154 FATE_TESTS += fate-rl2
155 fate-rl2: CMD = framecrc -i $(SAMPLES)/rl2/Z4915300.RL2 -pix_fmt rgb24 -an -vsync 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dvmac.c302 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \
305 nh_16(mp, ((kp)+2), nw, rh2, rl2); \
313 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh2, rl2) \
316 nh_vmac_nhbytes(mp, ((kp)+2), nw, rh2, rl2); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvideo.mak226 FATE_VIDEO-$(call DEMDEC, RL2, RL2) += fate-rl2
227 fate-rl2: CMD = framecrc -i $(TARGET_SAMPLES)/rl2/Z4915300.RL2 -pix_fmt rgb24 -an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dallcodecs.c178 REGISTER_DECODER (RL2, rl2);
H A DMakefile321 OBJS-$(CONFIG_RL2_DECODER) += rl2.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dallcodecs.c245 REGISTER_DECODER(RL2, rl2);
H A DMakefile396 OBJS-$(CONFIG_RL2_DECODER) += rl2.o

Completed in 237 milliseconds