Searched refs:ERR_MEDIA_INVALID_PARAM (Results 1 – 4 of 4) sorted by relevance
84 const int32_t ERR_MEDIA_INVALID_PARAM = BASE_MEDIA_ERR_OFFSET + 53; // media functio… variable
1753 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()1758 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()1769 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()1774 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()1786 return ERR_MEDIA_INVALID_PARAM; in HeapMemAlloc()
571 ASSERT_EQ(errorCode, ERR_MEDIA_INVALID_PARAM);
428 errorCode = ERR_MEDIA_INVALID_PARAM; in CreateImageSource()