Searched defs:if2_output_ptr (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dets_to_if2.cpp76 if2_output_ptr = pointer to output encoded speech bits in IF2 format (UWord8)
79 if2_output_ptr = pointer to encoded speech bits in the IF2 format (UWord8)
142 UWord8 *if2_output_ptr)
153 if2_output_ptr[j++] = (UWord8)(frame_type_3gpp) |
161 if2_output_ptr[j] =
163 if2_output_ptr[j] |=
165 if2_output_ptr[j] |=
167 if2_output_ptr[j] |=
169 if2_output_ptr[j] |=
171 if2_output_ptr[
139 ets_to_if2( enum Frame_Type_3GPP frame_type_3gpp, Word16 *ets_input_ptr, UWord8 *if2_output_ptr) argument
[all...]

Completed in 59 milliseconds