Searched refs:sid_update_counter (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dsid_sync.cpp262 state->sid_update_counter = 3;
505 st->sid_update_counter--;
510 st->sid_update_counter = 3;
516 (st->sid_update_counter > 2))
525 if (st->sid_update_counter == 0)
528 st->sid_update_counter = st->sid_update_rate;
539 st->sid_update_counter = st->sid_update_rate ;
H A Dsid_sync.h104 Word16 sid_update_counter; /* Number of frames since last SID */ member in struct:__anon386
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c50 st->sid_update_counter--;
55 st->sid_update_counter = 3;
58 if ((st->sid_handover_debt > 0) && (st->sid_update_counter > 2))
65 if (st->sid_update_counter == 0)
68 st->sid_update_counter = 8;
77 st->sid_update_counter = 8;
H A DvoAMRWBEnc.c1640 st->sid_update_counter = 3;
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h82 Word16 sid_update_counter; member in struct:__anon395

Completed in 81 milliseconds