Searched refs:init_order (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dinit.h22 #define __init_fn( init_order ) __table_entry ( INIT_FNS, init_order )
/external/libxcam/xcore/
H A Ddrm_bo_buffer.h100 void set_swap_flags (uint32_t flags, uint32_t init_order) { argument
102 _swap_init_order = init_order;
108 bool update_swap_init_order (uint32_t init_order);
H A Ddrm_bo_buffer.cpp182 DrmBoBufferPool::update_swap_init_order (uint32_t init_order) argument
187 if ((_swap_flags & (uint32_t)(SwappedBuffer::SwapY)) && !(init_order & (uint32_t)(SwappedBuffer::OrderYMask))) {
188 XCAM_LOG_WARNING ("update swap init order failed, need init Y order, error order:0x%04x", init_order);
192 if ((_swap_flags & (uint32_t)(SwappedBuffer::SwapUV)) && !(init_order & (uint32_t)(SwappedBuffer::OrderUVMask))) {
193 XCAM_LOG_WARNING ("update swap init order failed, need init UV order, error order:0x%04x", init_order);
196 _swap_init_order = init_order;
/external/libxcam/modules/ocl/
H A Dcl_image_handler.cpp119 uint32_t init_order)
123 _buf_swap_init_order = init_order;
127 if (pool.ptr () && !pool->update_swap_init_order (init_order)) {
131 init_order);
139 XCAM_UNUSED (init_order);
117 enable_buf_pool_swap_flags( uint32_t flags, uint32_t init_order) argument
H A Dcl_image_handler.h113 uint32_t init_order = (uint32_t)(SwappedBuffer::OrderY0Y1));

Completed in 149 milliseconds