Searched refs:dupFormat (Results 1 – 1 of 1) sorted by relevance
745 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInInitState() local747 AMediaFormat_getString(dupFormat, AMEDIAFORMAT_KEY_MIME, &dupMime); in testGetInputFormatInInitState()749 AMediaFormat_delete(dupFormat); in testGetInputFormatInInitState()753 AMediaFormat_delete(dupFormat); in testGetInputFormatInInitState()769 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInRunningState() local771 AMediaFormat_getString(dupFormat, AMEDIAFORMAT_KEY_MIME, &dupMime); in testGetInputFormatInRunningState()773 AMediaFormat_delete(dupFormat); in testGetInputFormatInRunningState()777 AMediaFormat_delete(dupFormat); in testGetInputFormatInRunningState()791 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInUnInitState() local793 AMediaFormat_getString(dupFormat, AMEDIAFORMAT_KEY_MIME, &dupMime); in testGetInputFormatInUnInitState()[all …]