Searched refs:component_sizes (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/tools/barcode_tools/ |
D | yuv_cropper.py | 15 def _crop_one_frame(yuv_file, output_file, component_sizes): argument 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/ |
D | gl4cTextureViewTests.cpp | 6594 const unsigned int* component_sizes, in getComponentDataForByteAlignedInternalformat() argument 6602 …DE_ASSERT((component_sizes[0] % 8) == 0 && (component_sizes[1] % 8) == 0 && (component_sizes[2] % … in getComponentDataForByteAlignedInternalformat() 6603 (component_sizes[3] % 8) == 0); in getComponentDataForByteAlignedInternalformat() 6606 data += (component_sizes[n_component] >> 3 /* 8 bits/byte */), ++n_component) in getComponentDataForByteAlignedInternalformat() 6612 switch (component_sizes[n_component]) in getComponentDataForByteAlignedInternalformat() 6630 switch (component_sizes[n_component]) in getComponentDataForByteAlignedInternalformat() 6651 switch (component_sizes[n_component]) in getComponentDataForByteAlignedInternalformat() 6674 switch (component_sizes[n_component]) in getComponentDataForByteAlignedInternalformat() 6692 switch (component_sizes[n_component]) in getComponentDataForByteAlignedInternalformat()
|
D | gl4cTextureViewTests.hpp | 673 const unsigned int* component_sizes,
|