OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fps_d
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/webm/chromeos/
webm_encoder.h
43
// |fps_n/
fps_d
|. Must be called on a thread that allows disk IO.
45
bool EncodeFromSprite(const SkBitmap& sprite, int fps_n, int
fps_d
);
webm_encoder.cc
74
int
fps_d
) {
82
fps_.den =
fps_d
;
/external/libvpx/libvpx/
y4minput.h
34
int
fps_d
;
member in struct:y4m_input
y4minput.c
47
if (sscanf(p + 1, "%d:%d", &_y4m->fps_n, &_y4m->
fps_d
) != 2) {
[
all
...]
vpxenc.c
[
all
...]
Completed in 92 milliseconds