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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
frame_type_3gpp.h 98 AMR_SID, /* GSM AMR DTX */
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
wmf_to_ets.cpp 45 Description: Changed MRDTX to AMR_SID in the code and added bitreorder_tab.h
170 if (frame_type_3gpp < AMR_SID)
if2_to_ets.cpp 153 * to by ets_output_ptr. The bits (for modes less than AMR_SID) are
158 if (frame_type_3gpp < AMR_SID)
amrdecode.cpp 84 AMR_SID < frame_type < NO_DATA case.
271 ELSEIF (frame_type == AMR_SID)
291 ELSEIF ((frame_type > AMR_SID) && (frame_type < NO_DATA))
440 else if (frame_type == AMR_SID)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ets_to_wmf.cpp 176 if (frame_type_3gpp < AMR_SID)
amrencode.cpp 612 IF (*p3gpp_frame_type == AMR_SID)
788 if (*p3gpp_frame_type == AMR_SID)
ets_to_if2.cpp 151 if (frame_type_3gpp < AMR_SID)

Completed in 1366 milliseconds