Loading media/libstagefright/CameraSource.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static int32_t getColorFormat(const char* colorFormat) { "CameraSource::getColorFormat", colorFormat); CHECK(!"Unknown color format"); return -1; } CameraSource *CameraSource::Create(const String16 &clientName) { Loading media/libstagefright/MPEG4Writer.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -41,8 +41,13 @@ #include "include/ESDS.h" #ifndef __predict_false #define __predict_false(exp) __builtin_expect((exp) != 0, 0) #endif #define WARN_UNLESS(condition, message, ...) \ ( (CONDITION(condition)) ? false : ({ \ ( (__predict_false(condition)) ? false : ({ \ ALOGW("Condition %s failed " message, #condition, ##__VA_ARGS__); \ true; \ })) Loading media/libstagefright/OMXCodec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -817,6 +817,7 @@ static size_t getFrameSize( CHECK(!"Should not be here. Unsupported color format."); break; } return 0; } status_t OMXCodec::findTargetColorFormat( Loading media/libstagefright/codecs/m4v_h263/dec/SoftMPEG4.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -382,5 +382,6 @@ android::SoftOMXComponent *createSoftOMXComponent( } else { CHECK(!"Unknown component"); } return NULL; } media/libstagefright/codecs/on2/dec/SoftVPX.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -189,4 +189,5 @@ android::SoftOMXComponent *createSoftOMXComponent( } else { CHECK(!"Unknown component"); } return NULL; } Loading
media/libstagefright/CameraSource.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static int32_t getColorFormat(const char* colorFormat) { "CameraSource::getColorFormat", colorFormat); CHECK(!"Unknown color format"); return -1; } CameraSource *CameraSource::Create(const String16 &clientName) { Loading
media/libstagefright/MPEG4Writer.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -41,8 +41,13 @@ #include "include/ESDS.h" #ifndef __predict_false #define __predict_false(exp) __builtin_expect((exp) != 0, 0) #endif #define WARN_UNLESS(condition, message, ...) \ ( (CONDITION(condition)) ? false : ({ \ ( (__predict_false(condition)) ? false : ({ \ ALOGW("Condition %s failed " message, #condition, ##__VA_ARGS__); \ true; \ })) Loading
media/libstagefright/OMXCodec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -817,6 +817,7 @@ static size_t getFrameSize( CHECK(!"Should not be here. Unsupported color format."); break; } return 0; } status_t OMXCodec::findTargetColorFormat( Loading
media/libstagefright/codecs/m4v_h263/dec/SoftMPEG4.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -382,5 +382,6 @@ android::SoftOMXComponent *createSoftOMXComponent( } else { CHECK(!"Unknown component"); } return NULL; }
media/libstagefright/codecs/on2/dec/SoftVPX.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -189,4 +189,5 @@ android::SoftOMXComponent *createSoftOMXComponent( } else { CHECK(!"Unknown component"); } return NULL; }