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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp261 M4OSA_ERR VideoEditorAudioDecoder_getBits(M4OSA_Int8* pData, function in namespace:android
281 ALOGV("VideoEditorAudioDecoder_getBits begin");
311 ALOGV("VideoEditorAudioDecoder_getBits no error");
313 ALOGV("VideoEditorAudioDecoder_getBits ERROR 0x%X", err);
315 ALOGV("VideoEditorAudioDecoder_getBits end");
340 err = VideoEditorAudioDecoder_getBits(pDSI, dsiSize, 5, &result, &offset);
367 err = VideoEditorAudioDecoder_getBits(pDSI, dsiSize, 4, &result, &offset);
375 err = VideoEditorAudioDecoder_getBits(pDSI, dsiSize, 4, &result, &offset);

Completed in 43 milliseconds