HomeSort by relevance Sort by last modified time
    Searched refs:pDSI (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4VD_EXTERNAL_Interface.h 37 M4OSA_ERR getAVCProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize,
40 M4OSA_ERR getH263ProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize,
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 490 M4OSA_ERR getAVCProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize,
500 if ((DSISize <= index) || (pDSI == M4OSA_NULL)) {
507 constraintSet3 = (pDSI[index+2] & 0x10);
509 pDSI[index+1], pDSI[index+3], constraintSet3);
511 switch (pDSI[index+1]) {
537 switch (pDSI[index+3]) {
593 M4OSA_ERR getH263ProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize,
603 if ((DSISize < index) || (pDSI == M4OSA_NULL)) {
610 pDSI[6], pDSI[5])
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 342 M4ENCODER_AudioParams *pParams, M4ENCODER_AudioDecSpecificInfo *pDSI,
357 VIDEOEDITOR_CHECK(M4OSA_NULL != pDSI, M4ERR_PARAMETER);
360 pDSI->pInfo = M4OSA_NULL;
361 pDSI->infoSize = 0;
483 *pDSI = pEncoderContext->mDSI;
VideoEditorAudioDecoder.cpp 326 M4OSA_ERR VideoEditorAudioDecoder_parse_AAC_DSI(M4OSA_Int8* pDSI,
336 VIDEOEDITOR_CHECK(M4OSA_NULL != pDSI, M4ERR_PARAMETER);
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);
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 182 milliseconds