Searched refs:allocFormat (Results 1 – 2 of 2) sorted by relevance
1673 uint32_t allocFormat = dst.format; in doPostProcessing() local1675 allocFormat = DEFAULT_MPP_DST_FORMAT; in doPostProcessing()1677 if ((allocFormat == HAL_PIXEL_FORMAT_RGBA_1010102) || in doPostProcessing()1678 (allocFormat == HAL_PIXEL_FORMAT_GOOGLE_NV12_SP_10B) || in doPostProcessing()1679 (allocFormat == HAL_PIXEL_FORMAT_YCBCR_P010)) in doPostProcessing()1680 allocFormat = DEFAULT_MPP_DST_FORMAT; in doPostProcessing()1684 allocFormat, dst.usageFlags, mCurrentDstBuf); in doPostProcessing()
1407 PixelFormat allocFormat = PIXEL_FORMAT_UNKNOWN; in allocateBuffers() local1434 allocFormat = format != 0 ? format : mCore->mDefaultBufferFormat; in allocateBuffers()1444 allocWidth, allocHeight, allocFormat, BQ_LAYER_COUNT, in allocateBuffers()1473 checkFormat != allocFormat || checkUsage != allocUsage) { in allocateBuffers()