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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drdt.h83 * @param set_id will be set to the set ID this packet belongs to
91 int *set_id, int *seq_no, int *stream_id,
H A Drdt.c199 int consumed = 0, set_id, seq_no, stream_id, is_keyframe, local
229 * 5: set_id
254 * if (set_id == 0x1F) {
255 * 16: set_id (extended set-of-streams ID; see set_id)
271 set_id = get_bits(&gb, 5);
280 if (set_id == 0x1f)
281 set_id = get_bits(&gb, 16);
287 if (pset_id) *pset_id = set_id;
340 int seq_no, flags = 0, stream_id, set_id, is_keyfram local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp917 app->set_id((const unsigned char *)"duh");
1086 app->set_id((const unsigned char *)"euh"); /* twiddle the id so that our comparison doesn't miss transposition */
1102 app->set_id((const unsigned char *)"fuh"); /* twiddle the id */
1113 app->set_id((const unsigned char *)"guh"); /* twiddle the id */
1125 app->set_id((const unsigned char *)"huh"); /* twiddle the id */
1137 app->set_id((const unsigned char *)"iuh"); /* twiddle the id */
1150 app->set_id((const unsigned char *)"juh"); /* twiddle the id */
1185 app->set_id((const unsigned char *)"kuh"); /* twiddle the id */
1561 app->set_id((const unsigned char *)"duh");
H A Dmetadata_object.cpp772 printf("testing Application::set_id()... ");
773 block.set_id(application_.data.application.id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java717 public void set_id(long value) { method in class:Defrec
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h446 void set_id(const FLAC__byte value[4]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp397 void Application::set_id(const FLAC__byte value[4])

Completed in 200 milliseconds