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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dets_to_wmf.cpp95 wmf_output_ptr = pointer to output encoded speech bits in WMF format(UWord8)
98 wmf_output_ptr = pointer to encoded speech bits in the WMF format (UWord8)
167 UWord8 *wmf_output_ptr)
178 wmf_output_ptr[j++] = (UWord8)(frame_type_3gpp) & 0x0f;
182 wmf_output_ptr[j] =
184 wmf_output_ptr[j] |=
186 wmf_output_ptr[j] |=
188 wmf_output_ptr[j] |=
190 wmf_output_ptr[j] |=
192 wmf_output_ptr[
164 ets_to_wmf( enum Frame_Type_3GPP frame_type_3gpp, Word16 *ets_input_ptr, UWord8 *wmf_output_ptr) argument
[all...]

Completed in 620 milliseconds