OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDEOEDITOR_CHECK
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp
245
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
269
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
311
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
355
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
356
VIDEOEDITOR_CHECK
(M4OSA_NULL != pParams, M4ERR_PARAMETER);
357
VIDEOEDITOR_CHECK
(M4OSA_NULL != pDSI, M4ERR_PARAMETER);
380
VIDEOEDITOR_CHECK
(pEncoderContext->mCodecParams->Format ==
401
VIDEOEDITOR_CHECK
(!"AudioEncoder_open : incorrect input format",
425
VIDEOEDITOR_CHECK
(!"AudioEncoder_open : incorrect channel number",
435
VIDEOEDITOR_CHECK
(NULL != pEncoderContext->mEncoderSource.get()
[
all
...]
VideoEditorVideoEncoder.cpp
323
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
324
VIDEOEDITOR_CHECK
(M4OSA_NULL != metaData.get(), M4ERR_PARAMETER);
327
VIDEOEDITOR_CHECK
(CREATED == pEncoderContext->mState, M4ERR_STATE);
331
VIDEOEDITOR_CHECK
(NULL != encoderSource.get(), M4ERR_STATE);
335
VIDEOEDITOR_CHECK
(OK == result, M4ERR_STATE);
342
VIDEOEDITOR_CHECK
(NULL != encoder.get(), M4ERR_STATE);
359
VIDEOEDITOR_CHECK
(OK == result, M4ERR_STATE);
361
VIDEOEDITOR_CHECK
(OK == result, M4ERR_STATE);
362
VIDEOEDITOR_CHECK
(outputBuffer->meta_data()->findInt32(
365
VIDEOEDITOR_CHECK
(M4OSA_NULL == pEncoderContext->mHeader.pBuf, M4ERR_STATE)
[
all
...]
VideoEditorAudioDecoder.cpp
276
VIDEOEDITOR_CHECK
(M4OSA_NULL != pData, M4ERR_PARAMETER);
277
VIDEOEDITOR_CHECK
(M4OSA_NULL != pOffset, M4ERR_PARAMETER);
278
VIDEOEDITOR_CHECK
(32 >= nbBits, M4ERR_PARAMETER);
279
VIDEOEDITOR_CHECK
((*pOffset + nbBits) <= 8*dataSize, M4ERR_PARAMETER);
336
VIDEOEDITOR_CHECK
(M4OSA_NULL != pDSI, M4ERR_PARAMETER);
337
VIDEOEDITOR_CHECK
(M4OSA_NULL != pProperties, M4ERR_PARAMETER);
341
VIDEOEDITOR_CHECK
(M4NO_ERROR == err, err);
361
VIDEOEDITOR_CHECK
(!"invalid AAC object type", M4ERR_BAD_OPTION_ID);
368
VIDEOEDITOR_CHECK
(M4NO_ERROR == err, err);
369
VIDEOEDITOR_CHECK
((0 <= result) && (FREQ_TABLE_SIZE > result)
[
all
...]
VideoEditorVideoDecoder.cpp
[
all
...]
VideoEditorMp3Reader.cpp
89
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
126
VIDEOEDITOR_CHECK
(M4OSA_NULL != pReaderContext, M4ERR_PARAMETER);
757
VIDEOEDITOR_CHECK
(M4OSA_NULL != pMediaType, M4ERR_PARAMETER);
758
VIDEOEDITOR_CHECK
(M4OSA_NULL != pRdrGlobalInterface, M4ERR_PARAMETER);
759
VIDEOEDITOR_CHECK
(M4OSA_NULL != pRdrDataInterface, M4ERR_PARAMETER);
VideoEditor3gpReader.cpp
388
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext , M4ERR_PARAMETER);
438
VIDEOEDITOR_CHECK
(M4OSA_NULL != pContext, M4ERR_PARAMETER);
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorUtils.h
39
*
VIDEOEDITOR_CHECK
(test, errCode)
44
#define
VIDEOEDITOR_CHECK
(test, errCode) \
78
VIDEOEDITOR_CHECK
(M4OSA_NULL != (p), M4ERR_ALLOC); \
Completed in 90 milliseconds