Searched refs:encode_frame (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/examples/
H A Dsimple_encoder.c118 static int encode_frame(vpx_codec_ctx_t *codec, function
239 encode_frame(&codec, &raw, frame_count++, flags, writer);
243 while (encode_frame(&codec, NULL, -1, 0, writer)) {};
H A Dvp8cx_set_ref.c67 static int encode_frame(vpx_codec_ctx_t *codec, function
177 encode_frame(&codec, &raw, frame_count++, writer);
181 while (encode_frame(&codec, NULL, -1, writer)) {}
H A Dvp9_lossless_encoder.c30 static int encode_frame(vpx_codec_ctx_t *codec, function
127 encode_frame(&codec, &raw, frame_count++, 0, writer);
131 while (encode_frame(&codec, NULL, -1, 0, writer)) {}
H A Dset_maps.c128 static int encode_frame(vpx_codec_ctx_t *codec, function
238 encode_frame(&codec, &raw, frame_count, writer);
242 while (encode_frame(&codec, NULL, -1, writer)) {}
H A Dtwopass_encoder.c97 static int encode_frame(vpx_codec_ctx_t *ctx, function
183 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer);
187 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) {}
/external/libvpx/libvpx/
H A Dvpxenc.c1578 static void encode_frame(struct stream_state *stream, function
2180 encode_frame(stream, &global,
2188 FOREACH_STREAM(encode_frame(stream, &global,
2194 FOREACH_STREAM(encode_frame(stream, &global,

Completed in 92 milliseconds