HomeSort by relevance Sort by last modified time
    Searched refs:input_format (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.h 159 bitstream_format input_format
gsmamr_dec.h 149 Word16 input_format
amrdecode.cpp 68 input_format and speech_bits to speech_bits_ptr.
148 input_format = input format used; valid values are AMR_WMF, AMR_IF2,
176 First, it checks the input format type (input_format) to determine the type
177 of de-formattting that needs to be done. If input_format is AMR_WMF, the input
183 If input_format is AMR_IF2, the input data is in IF2 format [1] and the
191 If input_format is AMR_ETS, the input data is in the ETS format. The receive
200 If input_format is an unsupported format, byte_offset will be set to -1, to
237 IF ((input_format == AMR_RX_WMF) | (input_format == AMR_RX_IF2))
239 IF (input_format == AMR_RX_WMF
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 111 bitstream_format input_format; member in struct:tPVAmrDecoderExternal
  /external/chromium/net/base/
x509_certificate_mac.cc 441 SecExternalFormat input_format = format; local
447 OSStatus status = SecKeychainItemImport(local_data, NULL, &input_format,
467 // OS X ignores |input_format| if it detects that |local_data| is PEM
475 // |input_format|, causing decode to succeed. On OS X 10.6, the data
    [all...]

Completed in 159 milliseconds