Searched refs:width_out (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/protoc-gen-go/testdata/ |
D | extension_test.go | 143 width_out, err := proto.GetExtension(bm_new, user.E_Width) 147 if w := width_out.(*int32); *w != *width {
|
/external/libaom/libaom/av1/encoder/ |
D | svc_layercontext.c | 265 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/ |
D | vp9_svc_layercontext.h | 225 const int num, const int den, int *width_out,
|
D | vp9_svc_layercontext.c | 428 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()
|