Home
last modified time | relevance | path

Searched refs:line_order (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dxerox_mfp.h90 int line_order; /* if need post processing */ member
H A Dxerox_mfp.c879 dev->line_order = dev->res[0x31]; in dev_inquiry()
1405 if (dev->para.format == SANE_FRAME_RGB && dev->line_order) { in sane_read()
/third_party/astc-encoder/Source/
H A Dtinyexr.h203 int line_order; member
7382 int line_order; member
7408 line_order = 0; in clear()
9698 int compression_type, int line_order, int width, in DecodePixelData()
9754 if (line_order == 0) { in DecodePixelData()
9769 if (line_order == 0) { in DecodePixelData()
9800 if (line_order == 0) { in DecodePixelData()
9827 if (line_order == 0) { in DecodePixelData()
9892 if (line_order == 0) { in DecodePixelData()
9907 if (line_order in DecodePixelData()
9695 DecodePixelData( unsigned char **out_images, const int *requested_pixel_types, const unsigned char *data_ptr, size_t data_len, int compression_type, int line_order, int width, int height, int x_stride, int y, int line_no, int num_lines, size_t pixel_data_size, size_t num_attributes, const EXRAttribute *attributes, size_t num_channels, const EXRChannelInfo *channels, const std::vector<size_t> &channel_offset_list) DecodePixelData() argument
10313 DecodeTiledPixelData( unsigned char **out_images, int *width, int *height, const int *requested_pixel_types, const unsigned char *data_ptr, size_t data_len, int compression_type, int line_order, int data_width, int data_height, int tile_offset_x, int tile_offset_y, int tile_size_x, int tile_size_y, size_t pixel_data_size, size_t num_attributes, const EXRAttribute *attributes, size_t num_channels, const EXRChannelInfo *channels, const std::vector<size_t> &channel_offset_list) DecodeTiledPixelData() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dexr.c1844 int line_order; in decode_header() local
1850 line_order = bytestream2_get_byte(gb); in decode_header()
1851 av_log(s->avctx, AV_LOG_DEBUG, "line order: %d.\n", line_order); in decode_header()
1852 if (line_order > 2) { in decode_header()

Completed in 24 milliseconds