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

  /frameworks/av/libvideoeditor/osal/inc/
LV_Macros.h 73 * err is set to M4ERR_STATE.
83 (err) = M4ERR_STATE ; \
M4OSA_Error.h 142 #define M4ERR_STATE M4OSA_ERR_CREATE(M4_ERR,M4_COMMON,0x000002)
  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 182 * @return M4ERR_STATE this function cannot be called now
203 return M4ERR_STATE;
290 * @return M4ERR_STATE this function cannot be called now
308 return M4ERR_STATE;
345 * @return M4ERR_STATE this function cannot be called now
366 return M4ERR_STATE;
430 * @return M4ERR_STATE this function cannot be called now
446 return M4ERR_STATE;
477 * @return M4ERR_STATE this function cannot be called now
500 return M4ERR_STATE;
    [all...]
M4AMRR_CoreReader.c 301 M4OSA_DEBUG_IF1(( pStreamContext->m_status != M4AMRR_kOpened), M4ERR_STATE, "Invalid State");
428 M4OSA_DEBUG_IF1(( pStreamContext->m_status != M4AMRR_kOpened), M4ERR_STATE, "Invalid State");
475 M4OSA_DEBUG_IF1(( pStreamContext->m_status != M4AMRR_kReading), M4ERR_STATE, "Invalid State");
564 M4OSA_DEBUG_IF1(( pStreamContext->m_status != M4AMRR_kReading_nextAU), M4ERR_STATE,
603 ( pStreamContext->m_status != M4AMRR_kOpened), M4ERR_STATE, "Invalid State");
M4AIR_API.c 181 * @return M4ERR_STATE: Internal state is incompatible with this function call.
193 return M4ERR_STATE;
241 return M4ERR_STATE;
452 return M4ERR_STATE;
    [all...]
M4PTO3GPP_API.c 259 * @return M4ERR_STATE: M4PTO3GPP is not in an appropriate state for this function to be
403 M4OSA_TRACE1_1("M4PTO3GPP_Open(): Wrong State (%d), returning M4ERR_STATE", pC->m_State);
404 return M4ERR_STATE;
595 * @return M4ERR_STATE: M4PTO3GPP is not in an appropriate state for this function
619 M4OSA_TRACE1_1("M4PTO3GPP_Step(): Wrong State (%d), returning M4ERR_STATE", pC->m_State);
620 return M4ERR_STATE;
    [all...]
M4xVSS_API.c 246 * @return M4ERR_STATE: This function cannot not be called at this time
291 return M4ERR_STATE;
584 * @return M4ERR_STATE: This function cannot not be called at this time
612 return M4ERR_STATE;
    [all...]
M4VSS3GPP_Edit.c 477 * @return M4ERR_STATE: VSS is not in an appropriate state for this function to be called
515 "M4VSS3GPP_editOpen: State error (0x%x)! Returning M4ERR_STATE",
517 return M4ERR_STATE;
    [all...]
M4VSS3GPP_AudioMixing.c 263 * @return M4ERR_STATE: VSS is not in an appropriate state for this function to be called
452 "M4VSS3GPP_audioMixingStep: State error (0x%x)! Returning M4ERR_STATE",
454 return M4ERR_STATE;
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 202 * @return M4ERR_STATE: this function cannot be called now
231 M4OSA_DEBUG(M4ERR_STATE, "M4OSA_threadSyncStart");
233 return M4ERR_STATE;
334 * @return M4ERR_STATE: this function cannot be called now
356 M4OSA_DEBUG(M4ERR_STATE, "M4OSA_threadSyncStop");
358 return M4ERR_STATE;
389 * @return M4ERR_STATE: this function cannot be called now
415 M4OSA_DEBUG(M4ERR_STATE, "M4OSA_threadSyncClose");
417 return M4ERR_STATE;
615 * @return M4ERR_STATE: this option is not available no
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 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);
363 kKeyIsCodecConfig, &isCodecConfig) && isCodecConfig, M4ERR_STATE);
365 VIDEOEDITOR_CHECK(M4OSA_NULL == pEncoderContext->mHeader.pBuf, M4ERR_STATE);
374 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
388 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
    [all...]
VideoEditorAudioEncoder.cpp 426 M4ERR_STATE);
436 M4ERR_STATE);
440 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
456 VIDEOEDITOR_CHECK(NULL != pEncoderContext->mEncoder.get(), M4ERR_STATE);
460 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
469 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
471 &isCodecConfig) && isCodecConfig, M4ERR_STATE);
573 VIDEOEDITOR_CHECK(M4OSA_FALSE, M4ERR_STATE);
577 M4ERR_STATE);
627 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
    [all...]
VideoEditorAudioDecoder.cpp 531 M4ERR_STATE);
547 M4ERR_STATE);
551 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
562 VIDEOEDITOR_CHECK(NULL != pDecoderContext->mDecoder.get(), M4ERR_STATE);
572 VIDEOEDITOR_CHECK(OK == result, M4ERR_STATE);
759 return M4ERR_STATE;
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserInternal.h 58 err = M4ERR_STATE ; \
VideoEditorOsal.cpp 59 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_STATE ),
VideoBrowserMain.c 48 * @return M4NO_ERROR / M4ERR_PARAMETER / M4ERR_STATE / M4ERR_ALLOC
127 * @return M4NO_ERROR / M4ERR_PARAMETER / M4ERR_STATE / M4ERR_ALLOC
391 * @return M4NO_ERROR / M4ERR_PARAMETER / M4ERR_STATE
442 * @return M4NO_ERROR / M4ERR_PARAMETER / M4ERR_STATE / M4ERR_ALLOC
467 err = M4ERR_STATE ;
523 * @return M4NO_ERROR / M4ERR_PARAMETER / M4ERR_STATE / M4ERR_ALLOC
VideoEditorMain.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c 638 || (mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
    [all...]
M4MP4W_Utils.c 142 ERR_CHECK( mMp4FileDataPtr->state == M4MP4W_closed, M4ERR_STATE);
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 190 milliseconds