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

/external/libvpx/libvpx/examples/
H A Dsimple_encoder.c118 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, function
228 encode_frame(&codec, &raw, frame_count++, flags, writer);
234 while (encode_frame(&codec, NULL, -1, 0, writer)) {
H A Dvp8cx_set_ref.c67 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, function
170 encode_frame(&codec, &raw, frame_count++, writer);
174 while (encode_frame(&codec, NULL, -1, writer)) {
H A Dvp9_lossless_encoder.c32 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, function
120 encode_frame(&codec, &raw, frame_count++, 0, writer);
124 while (encode_frame(&codec, NULL, -1, 0, writer)) {
H A Dset_maps.c125 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, function
226 encode_frame(&codec, &raw, frame_count, writer);
230 while (encode_frame(&codec, NULL, -1, writer)) {
H A Dtwopass_encoder.c95 static int encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, function
172 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer);
178 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) {
H A Dvp9cx_set_ref.c228 static int encode_frame(vpx_codec_ctx_t *ecodec, vpx_image_t *img, function
408 encode_frame(&ecodec, &raw, frame_in, writer, test_decode, &dcodec,
416 while (encode_frame(&ecodec, NULL, frame_in, writer, test_decode, &dcodec,
/external/libvpx/libvpx/
H A Dvpxenc.c1558 static void encode_frame(struct stream_state *stream, function
2122 encode_frame(stream, &global,
2129 FOREACH_STREAM(encode_frame(stream, &global,
2135 FOREACH_STREAM(encode_frame(stream, &global, frame_avail ? &raw : NULL,

Completed in 131 milliseconds