/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_FileReader.c | 368 * @return M4ERR_BAD_OPTION_ID: the optionID is not a valid one 388 M4ERR_BAD_OPTION_ID, "M4OSA_fileReadGetOption"); 509 * @return M4ERR_BAD_OPTION_ID: the optionID is not a valid one 527 M4ERR_BAD_OPTION_ID, "M4OSA_fileReadSetOption");
|
M4OSA_FileWriter.c | 381 * @return M4ERR_BAD_OPTION_ID: the optionID is not a valid one 401 M4ERR_BAD_OPTION_ID, "M4OSA_fileWriteGetOption"); 524 * @return M4ERR_BAD_OPTION_ID: the optionID is not a valid one 544 M4ERR_BAD_OPTION_ID, "M4OSA_fileWriteSetOption");
|
M4OSA_Thread.c | 614 * @return M4ERR_BAD_OPTION_ID: the optionID is not a valid one 641 M4ERR_BAD_OPTION_ID, "M4OSA_threadSyncSetOption"); 719 * @return M4ERR_BAD_OPTION_ID: the optionID is not a valid one 747 M4ERR_BAD_OPTION_ID, "M4OSA_threadSyncGetOption");
|
LVOSA_FileReader_optim.c | [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4DECODER_Null.c | 161 * @return M4ERR_BAD_OPTION_ID When the option ID is not a valid one
184 * @return M4ERR_BAD_OPTION_ID The option ID is not a valid one
267 err = M4ERR_BAD_OPTION_ID;
271 err = M4ERR_BAD_OPTION_ID;
|
M4PCMR_CoreReader.c | 617 * @return M4ERR_BAD_OPTION_ID the optionID is not a valid one. 648 return M4ERR_BAD_OPTION_ID; 667 * @return M4ERR_BAD_OPTION_ID the optionID is not a valid one. 697 return M4ERR_BAD_OPTION_ID;
|
M4READER_Pcm.c | 194 * @return M4ERR_BAD_OPTION_ID when the option ID is not a valid one 236 * @return M4ERR_BAD_OPTION_ID: the required option identificator is unknown 278 err = M4ERR_BAD_OPTION_ID;
|
M4VSS3GPP_Edit.c | [all...] |
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Error.h | 150 #define M4ERR_BAD_OPTION_ID M4OSA_ERR_CREATE(M4_ERR,M4_COMMON,0x000007)
|
/frameworks/av/libvideoeditor/vss/3gpwriter/src/ |
M4MP4W_Interface.c | 388 * @return M4ERR_BAD_OPTION_ID: the ID of the option is not valid. 568 return (M4OSA_ERR)M4ERR_BAD_OPTION_ID; 591 * @return M4ERR_BAD_OPTION_ID: the ID of the option is not valid. 675 return (M4OSA_ERR)M4ERR_BAD_OPTION_ID; [all...] |
M4MP4W_Writer.c | [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorOsal.cpp | 66 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_BAD_OPTION_ID ),
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorAudioDecoder.cpp | 361 VIDEOEDITOR_CHECK(!"invalid AAC object type", M4ERR_BAD_OPTION_ID); 832 VIDEOEDITOR_CHECK(M4OSA_FALSE, M4ERR_BAD_OPTION_ID); 881 VIDEOEDITOR_CHECK(M4OSA_FALSE, M4ERR_BAD_OPTION_ID); [all...] |
VideoEditor3gpReader.cpp | 627 * @return M4ERR_BAD_OPTION_ID when the option ID is not a valid one 729 err = M4ERR_BAD_OPTION_ID; //check this 740 err = M4ERR_BAD_OPTION_ID; 741 ALOGV("VideoEditor3gpReader_getOption M4ERR_BAD_OPTION_ID"); 759 * @return M4ERR_BAD_OPTION_ID when the option ID is not a valid one 793 ALOGV("VideoEditor3gpReader_setOption: returns M4ERR_BAD_OPTION_ID"); 794 err = M4ERR_BAD_OPTION_ID; [all...] |
VideoEditorAudioEncoder.cpp | 658 VIDEOEDITOR_CHECK(M4OSA_FALSE, M4ERR_BAD_OPTION_ID);
|
VideoEditorMp3Reader.cpp | 259 * @return M4ERR_BAD_OPTION_ID when the option ID is not a valid one 307 ALOGV("VideoEditorMp3Reader_getOption: M4ERR_BAD_OPTION_ID"); 308 err = M4ERR_BAD_OPTION_ID; 326 * @return M4ERR_BAD_OPTION_ID The option ID is not a valid one
|
VideoEditorVideoEncoder.cpp | [all...] |
VideoEditorVideoDecoder.cpp | [all...] |
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |