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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_output_format_tab.cpp 42 WmfEncBytesPerFrame and If2EncBytesPerFrame.
177 const Word16 If2EncBytesPerFrame[16] =
amrencode.h 50 If2EncBytesPerFrame tables.
109 extern const Word16 If2EncBytesPerFrame[];
amrencode.cpp 512 If2EncBytesPerFrame = table containing the number of encoder frame
551 IF2 bytes encoded is obtained from If2EncBytesPerFrame table and returned via
663 num_enc_bytes = If2EncBytesPerFrame[(int) *p3gpp_frame_type]
831 num_enc_bytes = If2EncBytesPerFrame[(Word16) *p3gpp_frame_type];

Completed in 7534 milliseconds