Searched refs:get_length (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvivo.c76 unsigned c, get_length = 0; local
83 get_length = 1;
91 case 0: get_length = 1; break;
93 case 2: get_length = 1; break;
101 if (get_length) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dring_sw.h172 ra->get_length = &iio_get_length_sw_rb;
H A Dindustrialio-ring.c307 if (ring->access.get_length)
309 ring->access.get_length(ring));
327 if (ring->access.get_length)
328 if (val == ring->access.get_length(ring))
H A Dring_generic.h57 * @get_length: get number of datums in ring
86 int (*get_length)(struct iio_ring_buffer *ring); member in struct:iio_ring_access_funcs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp255 if(block.get_length() != expected_length) {
256 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length());
488 if(block.get_length() != expected_length) {
489 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length());
615 printf("testing Prototype::get_length()... ");
616 if(block.get_length() != padding_.length)
649 if(block.get_length() != expected_length) {
650 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length());
819 if(block.get_length() != expected_length) {
820 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length());
[all...]
H A Dmetadata_manip.cpp196 padding->set_length((unsigned)((int)padding->get_length() + delta));
848 if(block->get_length() != FLAC__STREAM_METADATA_STREAMINFO_LENGTH)
882 if(block->get_length() != 1234)
1091 add_to_padding_length_(our_current_position+1, -((int)(FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) + (int)app->get_length()));
1107 add_to_padding_length_(our_current_position+1, -((int)(FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) + (int)app->get_length()));
1310 padding->set_length(app->get_length());
1562 if(!app->set_data(data, block->get_length()-(FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8), true))
1869 add_to_padding_length_(2, FLAC__STREAM_METADATA_HEADER_LENGTH + our_metadata_.blocks[3]->get_length());
1870 add_to_padding_length_(2, FLAC__STREAM_METADATA_HEADER_LENGTH + our_metadata_.blocks[4]->get_length());
1871 add_to_padding_length_(6, FLAC__STREAM_METADATA_HEADER_LENGTH + our_metadata_.blocks[7]->get_length());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c374 static Dword get_length(Packet packet) { function
1104 if(get_length(parm) >= 4)
1125 if(get_length(parm) >= 4)
1146 send_reply(devFd, sock, get_length(parm));
1147 if(get_length(parm) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgtkdictbrowser.py123 self.text.delete_text(0, self.text.get_length())
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dsca3000_ring.c274 indio_dev->ring->access.get_length = &sca3000_ring_get_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h201 unsigned get_length() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp210 unsigned Prototype::get_length() const function in class:FLAC::Metadata::Prototype

Completed in 60 milliseconds