Lines Matching defs:state

582     mMp4FileDataPtr->state = M4MP4W_opened;
637 ERR_CHECK(( mMp4FileDataPtr->state == M4MP4W_opened)
638 || (mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
639 mMp4FileDataPtr->state = M4MP4W_ready;
1213 ERR_CHECK((mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
1214 mMp4FileDataPtr->state = M4MP4W_writing;
1440 state is still consistent and we can properly close the file so that what has been
1444 attempting to write the data. That way, we're consistent with the chunk state data. */
1453 /* Then, do not update any info whatsoever in the writing state. This will have the
1683 state is still consistent and we can properly close the file so that what has been
1687 attempting to write the data. That way, we're consistent with the chunk state data. */
1695 /* Then, do not update any info whatsoever in the writing state. This will have the
1897 /*check macro state*/
1898 ERR_CHECK((mMp4FileDataPtr->state == M4MP4W_writing), M4ERR_STATE);
2102 /*check macro state*/
2103 ERR_CHECK((mMp4FileDataPtr->state == M4MP4W_writing), M4ERR_STATE);
2459 the state is still consistent and we can properly close the file so that what has
2464 state data.absoluteCurrentPos is only updated for chunks, it points to the beginning
2476 /* Then, do not update any info whatsoever in the writing state. This will have the
2726 /* I moved some state modification to after we know the sample has been written correctly. */
2887 /*macro state */
2888 mMp4FileDataPtr->state = M4MP4W_closed;
3536 be attempted to always clean up back to a consistent state, but at any rate it is
4633 ERR_CHECK(( mMp4FileDataPtr->state == M4MP4W_opened)
4634 || (mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
4836 /* Verify state */
4842 ERR_CHECK((mMp4FileDataPtr->state != M4MP4W_closed), M4ERR_STATE);
4847 ERR_CHECK(mMp4FileDataPtr->state == M4MP4W_opened, M4ERR_STATE);
4852 ERR_CHECK(( mMp4FileDataPtr->state == M4MP4W_opened)
4853 || (mMp4FileDataPtr->state == M4MP4W_ready), M4ERR_STATE);
4893 /*In M4MP4W_opened state, no stream is present yet, so only global value
5310 M4OSA_ERR M4MP4W_getState( M4OSA_Context context, M4MP4W_State *state,
5322 *state = mMp4FileDataPtr->state;
5328 *state = mMp4FileDataPtr->audioTrackPtr->microState;
5339 *state = mMp4FileDataPtr->videoTrackPtr->microState;