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

/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp261 M4OSA_ERR VideoEditorAudioDecoder_getBits(M4OSA_Int8* pData, function in namespace:android
281 LOGV("VideoEditorAudioDecoder_getBits begin");
311 LOGV("VideoEditorAudioDecoder_getBits no error");
313 LOGV("VideoEditorAudioDecoder_getBits ERROR 0x%X", err);
315 LOGV("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 106 milliseconds