OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_frame_stats
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/examples/
twopass_encoder.c
67
static int
get_frame_stats
(vpx_codec_ctx_t *ctx,
function
143
get_frame_stats
(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY,
148
while (
get_frame_stats
(&codec, NULL, frame_count, 1, 0,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
twopass_encoder.c
69
static void
get_frame_stats
(vpx_codec_ctx_t *ctx,
function
203
get_frame_stats
(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
212
get_frame_stats
(&codec, NULL, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
Completed in 79 milliseconds