Home
last modified time | relevance | path

Searched refs:width_out (Results 1 – 4 of 4) 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/libaom/libaom/av1/encoder/
Dsvc_layercontext.c265 const int num, const int den, int *width_out, in get_layer_resolution() argument
268 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()
274 *width_out = w; in get_layer_resolution()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h225 const int num, const int den, int *width_out,
Dvp9_svc_layercontext.c428 const int num, const int den, int *width_out, in get_layer_resolution() argument
432 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()
441 *width_out = w; in get_layer_resolution()