Home
last modified time | relevance | path

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

/external/libwebm/
Dmkvmuxer_sample.cc224 float projection_pose_pitch = mkvparser::Projection::kValueNotPresent; in main() local
303 projection_pose_pitch = strtof(argv[++i], &end); in main()
516 if (projection_pose_pitch != kValueNotPresent) in main()
517 muxer_projection.set_pose_pitch(projection_pose_pitch); in main()