Searched defs:redundant (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_encoder.h37 // |payload_type|. If the packet contains redundant encodings, the |redundant|
48 std::vector<EncodedInfoLeaf> redundant; member in struct:webrtc::AudioEncoder::EncodedInfo
/external/bzip2/
H A Dbzip2.c1670 void redundant ( Char* flag ) function
1674 "%s: %s is redundant in versions 0.9.5 and above\n",
1922 if (ISFLAG("--repetitive-best")) redundant(aa->name); else
1923 if (ISFLAG("--repetitive-fast")) redundant(aa->name); else
/external/libpng/contrib/libtests/
H A Dpngstest.c529 static void format_default(format_list *pf, int redundant) argument
531 if (redundant)
546 /* Eliminate redundant and unsupported settings. */
3485 int redundant = 0; local
3545 else if (strcmp(arg, "--redundant") == 0)
3546 redundant = 1;
3616 format_default(&formats, redundant);

Completed in 326 milliseconds