Searched refs:init_order (Results 1 – 4 of 4) sorted by relevance
182 DrmBoBufferPool::update_swap_init_order (uint32_t init_order) in update_swap_init_order() argument187 …if ((_swap_flags & (uint32_t)(SwappedBuffer::SwapY)) && !(init_order & (uint32_t)(SwappedBuffer::O… in update_swap_init_order()188 …M_LOG_WARNING ("update swap init order failed, need init Y order, error order:0x%04x", init_order); in update_swap_init_order()192 …if ((_swap_flags & (uint32_t)(SwappedBuffer::SwapUV)) && !(init_order & (uint32_t)(SwappedBuffer::… in update_swap_init_order()193 …_LOG_WARNING ("update swap init order failed, need init UV order, error order:0x%04x", init_order); in update_swap_init_order()196 _swap_init_order = init_order; in update_swap_init_order()
100 void set_swap_flags (uint32_t flags, uint32_t init_order) { in set_swap_flags() argument102 _swap_init_order = init_order; in set_swap_flags()108 bool update_swap_init_order (uint32_t init_order);
119 uint32_t init_order) in enable_buf_pool_swap_flags() argument123 _buf_swap_init_order = init_order; in enable_buf_pool_swap_flags()127 if (pool.ptr () && !pool->update_swap_init_order (init_order)) { in enable_buf_pool_swap_flags()131 init_order); in enable_buf_pool_swap_flags()139 XCAM_UNUSED (init_order); in enable_buf_pool_swap_flags()
113 uint32_t init_order = (uint32_t)(SwappedBuffer::OrderY0Y1));