Home
last modified time | relevance | path

Searched defs:pixel_stride (Results 1 – 4 of 4) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_handle.h37 uint32_t pixel_stride; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_4x4.cc148 const std::string pixel_stride = in GenerateConvolutionTransposedCode() local
Dconvolution_transposed_3x3.cc134 const std::string pixel_stride = in GenerateConvolutionTransposedCode() local
/external/webp/src/dec/
Dvp8l_dec.c715 uint8_t** const in_data, int pixel_stride) { in SetCropWindow()