Home
last modified time | relevance | path

Searched refs:encode_frame (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/examples/
Dscalable_encoder.c93 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame() function
248 encode_frame(&codec, &raw0, frame_count++, flags, outfile); in main()
267 encode_frame(&codec, &raw1, frame_count++, flags, outfile); in main()
275 while (encode_frame(&codec, NULL, -1, 0, outfile)) continue; in main()
Dlossless_encoder.c31 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame() function
121 encode_frame(&codec, &raw, frame_count++, 0, writer); in main()
125 while (encode_frame(&codec, NULL, -1, 0, writer)) { in main()
Dsimple_encoder.c117 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame() function
231 encode_frame(&codec, &raw, frame_count++, flags, writer); in main()
237 while (encode_frame(&codec, NULL, -1, 0, writer)) continue; in main()
Dset_maps.c92 static int encode_frame(aom_codec_ctx_t *codec, aom_image_t *img, in encode_frame() function
191 encode_frame(&codec, &raw, frame_count, writer); in main()
195 while (encode_frame(&codec, NULL, -1, writer)) { in main()
Dtwopass_encoder.c93 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame() function
166 encode_frame(&codec, raw, frame_count, 1, 0, writer); in pass1()
170 while (encode_frame(&codec, NULL, -1, 1, 0, writer)) { in pass1()
Daom_cx_set_ref.c124 static int encode_frame(aom_codec_ctx_t *ecodec, aom_image_t *img, in encode_frame() function
347 encode_frame(&ecodec, frame_to_encode, frame_in, writer, test_decode, in main()
355 while (encode_frame(&ecodec, NULL, frame_in, writer, test_decode, &dcodec, in main()
Dlightfield_encoder.c92 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame() function
335 encode_frame(&codec, frame_to_encode, frame_count, 1, in pass1()
395 encode_frame(&codec, frame_to_encode, frame_count, 1, in pass1()
409 while (encode_frame(&codec, NULL, -1, 1, 0, writer)) { in pass1()
/external/libvpx/libvpx/examples/
Dvp9_lossless_encoder.c32 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function
120 encode_frame(&codec, &raw, frame_count++, 0, writer); in main()
124 while (encode_frame(&codec, NULL, -1, 0, writer)) { in main()
Dvp8cx_set_ref.c67 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function
170 encode_frame(&codec, &raw, frame_count++, writer); in main()
174 while (encode_frame(&codec, NULL, -1, writer)) { in main()
Dsimple_encoder.c118 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function
228 encode_frame(&codec, &raw, frame_count++, flags, writer); in main()
234 while (encode_frame(&codec, NULL, -1, 0, writer)) { in main()
Dset_maps.c125 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function
226 encode_frame(&codec, &raw, frame_count, writer); in main()
230 while (encode_frame(&codec, NULL, -1, writer)) { in main()
Dtwopass_encoder.c95 static int encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in encode_frame() function
172 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer); in pass1()
178 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) { in pass1()
Dvp9cx_set_ref.c106 static int encode_frame(vpx_codec_ctx_t *ecodec, vpx_image_t *img, in encode_frame() function
286 encode_frame(&ecodec, &raw, frame_in, writer, test_decode, &dcodec, in main()
294 while (encode_frame(&ecodec, NULL, frame_in, writer, test_decode, &dcodec, in main()
/external/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c301 static OMX_ERRORTYPE encode_frame(vid_enc_PrivateType * priv, OMX_BUFFERHEADERTYPE * in_buf) in encode_frame() function
579 r = encode_frame(priv, in_buf); in h264e_prc_buffers_ready()
/external/libvpx/libvpx/
Dvpxenc.c1290 static void encode_frame(struct stream_state *stream, in encode_frame() function
1857 encode_frame(stream, &global, in main()
1864 FOREACH_STREAM(encode_frame(stream, &global, in main()
1870 FOREACH_STREAM(encode_frame(stream, &global, frame_avail ? &raw : NULL, in main()
/external/libaom/libaom/apps/
Daomenc.c1947 static void encode_frame(struct stream_state *stream, in encode_frame() function
2596 encode_frame(stream, &global, in main()
2604 encode_frame(stream, &global, frame_avail ? frame_to_encode : NULL, in main()