Searched refs:mDstAllocatedSize (Results 1 – 2 of 2) sorted by relevance
162 mDstAllocatedSize(DST_SIZE_UNKNOWN), in ExynosMPP()2251 mDstAllocatedSize = ((height >= 1480) ? DST_SIZE_HD_PLUS : DST_SIZE_HD); in setDstAllocSize()2254 mDstAllocatedSize = ((height >= 2220) ? DST_SIZE_FHD_PLUS : DST_SIZE_FHD); in setDstAllocSize()2257 mDstAllocatedSize = ((height >= 2960) ? DST_SIZE_WQHD_PLUS : DST_SIZE_WQHD); in setDstAllocSize()2260 mDstAllocatedSize = DST_SIZE_UNKNOWN; in setDstAllocSize()2267 return mDstAllocatedSize; in getDstAllocSize()
540 dst_alloc_buf_size_t mDstAllocatedSize; variable