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

/frameworks/av/libvideoeditor/osal/inc/
H A DLV_Macros.h73 * err is set to M4ERR_STATE.
83 (err) = M4ERR_STATE ; \
H A DM4OSA_Error.h142 #define M4ERR_STATE M4OSA_ERR_CREATE(M4_ERR,M4_COMMON,0x000002) macro
/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c182 * @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...]
H A DM4AMRR_CoreReader.c301 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");
H A DM4AIR_API.c181 * @return M4ERR_STATE: Internal state is incompatible with this function call.
193 return M4ERR_STATE;
241 return M4ERR_STATE;
452 return M4ERR_STATE;
H A DM4PTO3GPP_API.c259 * @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;
932 * @return M4ERR_STATE: M4PTO3GPP is not in an appropriate state for this function to be called
957 M4OSA_TRACE1_1("M4PTO3GPP_Close(): Wrong State (%d), returning M4ERR_STATE", pC->m_State);
958 return M4ERR_STATE;
1249 err = M4ERR_STATE;
[all...]
H A DM4xVSS_API.c246 * @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;
4746 * @return M4ERR_STATE: This function cannot not be called at this time
4771 return M4ERR_STATE;
5381 * @return M4ERR_STATE: This function cannot not be called at this time
5395 return M4ERR_STATE;
5428 * @return M4ERR_STATE: This function cannot not be called at this time
5659 return M4ERR_STATE;
[all...]
H A DM4VSS3GPP_Edit.c477 * @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;
1350 * @return M4ERR_STATE: VSS 3GPP is not in an appropriate state for this
1395 "M4VSS3GPP_editStep(): invalid internal state (0x%x), returning M4ERR_STATE");
1396 return M4ERR_STATE;
1439 * @return M4ERR_STATE: VSS is not in an appropriate state for this function to be called
1465 "M4VSS3GPP_editClose: Wrong state (0x%x), returning M4ERR_STATE",
1467 return M4ERR_STATE;
H A DM4VSS3GPP_AudioMixing.c263 * @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;
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c202 * @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
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp327 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...]
H A DVideoEditorAudioEncoder.cpp426 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...]
H A DVideoEditorAudioDecoder.cpp531 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;
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserInternal.h58 err = M4ERR_STATE ; \
H A DVideoEditorOsal.cpp61 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_STATE ),
H A DVideoBrowserMain.c48 * @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
H A DVideoEditorMain.cpp2871 result = M4ERR_STATE;
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c638 || (mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
1213 ERR_CHECK((mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
1221 M4ERR_STATE);
1237 M4ERR_STATE);
1898 ERR_CHECK((mMp4FileDataPtr->state == M4MP4W_writing), M4ERR_STATE);
1909 == M4MP4W_writing), M4ERR_STATE);
1976 == M4MP4W_writing), M4ERR_STATE);
2103 ERR_CHECK((mMp4FileDataPtr->state == M4MP4W_writing), M4ERR_STATE);
2199 == M4MP4W_writing_startAU), M4ERR_STATE);
2441 == M4MP4W_writing_startAU), M4ERR_STATE);
[all...]
H A DM4MP4W_Utils.c142 ERR_CHECK( mMp4FileDataPtr->state == M4MP4W_closed, M4ERR_STATE);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2339 * @return M4ERR_STATE: MCS is not in an appropriate state for this function to be called
2397 M4OSA_TRACE1_1("M4MCS_open(): Wrong State (%d), returning M4ERR_STATE",
2399 return M4ERR_STATE;
2773 * @return M4ERR_STATE: MCS is not in an appropriate state for this function to be called
2836 "M4MCS_step(): Wrong State (%d), returning M4ERR_STATE",
2838 return M4ERR_STATE;
2852 * @return M4ERR_STATE: MCS is not in an appropriate state for this function to be called
2892 "M4MCS_pause(): Wrong State (%d), returning M4ERR_STATE",
2894 return M4ERR_STATE;
2944 * @return M4ERR_STATE
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp2070 * @return M4ERR_STATE: Internal state is incompatible with this function call.
2082 return M4ERR_STATE;
2130 return M4ERR_STATE;
2334 return M4ERR_STATE;

Completed in 210 milliseconds