Home
last modified time | relevance | path

Searched refs:width_out (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/
Dextension_test.go143 width_out, err := proto.GetExtension(bm_new, user.E_Width)
147 if w := width_out.(*int32); *w != *width {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h222 const int num, const int den, int *width_out,
Dvp9_svc_layercontext.c426 const int num, const int den, int *width_out, in get_layer_resolution() argument
430 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()
439 *width_out = w; in get_layer_resolution()