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

/external/chromium_org/third_party/libvpx/source/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/examples/
H A Dsimple_encoder.c121 static void encode_frame(vpx_codec_ctx_t *codec, function
237 encode_frame(&codec, &raw, frame_count++, flags, writer);
239 encode_frame(&codec, NULL, -1, 0, writer); // flush the encoder
H A Dvp8cx_set_ref.c68 static void encode_frame(vpx_codec_ctx_t *codec, function
172 encode_frame(&codec, &raw, frame_count++, writer);
174 encode_frame(&codec, NULL, -1, writer);
H A Dset_maps.c127 static void encode_frame(vpx_codec_ctx_t *codec, function
229 encode_frame(&codec, &raw, frame_count, writer);
231 encode_frame(&codec, NULL, -1, writer);
H A Dtwopass_encoder.c94 static void encode_frame(vpx_codec_ctx_t *ctx, function
206 encode_frame(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1487 static void encode_frame(struct stream_state *stream, function
2209 encode_frame(stream, &global,
2217 FOREACH_STREAM(encode_frame(stream, &global,
2223 FOREACH_STREAM(encode_frame(stream, &global,
/external/libvpx/libvpx/
H A Dvpxenc.c1256 static void encode_frame(struct stream_state *stream, function
1698 FOREACH_STREAM(encode_frame(stream, &global,

Completed in 177 milliseconds