HomeSort by relevance Sort by last modified time
    Searched refs:component_sizes (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/tools/barcode_tools/
yuv_cropper.py 15 def _crop_one_frame(yuv_file, output_file, component_sizes):
24 component_sizes(list of 3 3-ples): The list contains the sizes for all the
32 for comp_width, comp_height, comp_crop_height in component_sizes:
63 component_sizes = [(width, height, crop_height),
72 data_left = _crop_one_frame(yuv_file, output_file, component_sizes)
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.hpp 673 const unsigned int* component_sizes,
    [all...]
gl4cTextureViewTests.cpp     [all...]

Completed in 134 milliseconds