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

  /frameworks/base/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/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 111 bitstream_format input_format; member in struct:tPVAmrDecoderExternal
  /external/chromium/net/socket/
ssl_test_util.cc 100 SecExternalFormat input_format = kSecFormatUnknown; local
103 if (SecKeychainItemImport(pem, NULL, &input_format, &item_type, 0, NULL, NULL,

Completed in 1328 milliseconds