HomeSort by relevance Sort by last modified time
    Searched refs:allocationFailed (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 599 bool allocationFailed = (IVD_MEM_ALLOC_FAILED == (s_dec_op.u4_error_code & 0xFF));
600 if (allocationFailed) {
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 547 bool allocationFailed = (IVD_MEM_ALLOC_FAILED == (s_dec_op.u4_error_code & 0xFF));
548 if (allocationFailed) {

Completed in 460 milliseconds