Searched refs:dst_handle (Results 1 – 2 of 2) sorted by relevance
25 gmeta.init(dst_handle);29 VendorGraphicBufferMeta gmeta(dst_handle);
1065 buffer_handle_t dst_handle = NULL; in needDstBufRealloc() local1067 dst_handle = mDstImgs[index].bufferHandle; in needDstBufRealloc()1069 if (dst_handle == NULL) { in needDstBufRealloc()1082 VendorGraphicBufferMeta gmeta(dst_handle); in needDstBufRealloc()1084 MPP_LOGD(eDebugMPP | eDebugBuf, "\tdst_handle(%p) afbc (%u) sbwc (%u) lossy (%u)", dst_handle, in needDstBufRealloc()1085 isAFBCCompressed(dst_handle), isFormatSBWC(gmeta.format), isFormatLossy(gmeta.format)); in needDstBufRealloc()1097 (isAFBCCompressed(dst_handle) != dst.compressed) || in needDstBufRealloc()