Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69b2ab6a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13197820 from adb1196c to 25Q2-release

Change-Id: I7ba436dcf3903e76494439da2ecd01ace9fe150b
parents 02b215e0 adb1196c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
// #define LOG_NDEBUG 0
#define LOG_TAG "C2AllocatorBlob"

#include <memory>
#include <mutex>
#include <set>

#include <C2AllocatorBlob.h>
+2 −0
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@
#include <C2Buffer.h>
#include <C2BlockInternal.h>

#include <atomic>
#include <functional>
#include <mutex>

namespace android {
class GraphicBuffer;
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <algorithm>
#include <cassert>
#include <math.h>
#include "IntegerRatio.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <algorithm>
#include <cassert>
#include <math.h>
#include "SincResampler.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <algorithm>
#include <cassert>
#include <math.h>

Loading