HomeSort by relevance Sort by last modified time
    Searched refs:encode_frame (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_encoder.c 121 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
vp8cx_set_ref.c 68 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);
set_maps.c 128 static void encode_frame(vpx_codec_ctx_t *codec, function
231 encode_frame(&codec, &raw, frame_count, writer);
233 encode_frame(&codec, NULL, -1, writer);
twopass_encoder.c 94 static void encode_frame(vpx_codec_ctx_t *ctx, function
206 encode_frame(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
  /external/libvpx/libvpx/examples/
simple_encoder.c 121 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
vp8cx_set_ref.c 68 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);
set_maps.c 127 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);
twopass_encoder.c 94 static void encode_frame(vpx_codec_ctx_t *ctx, function
206 encode_frame(&codec, &raw, frame_count, 1, 0, VPX_DL_BEST_QUALITY,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 121 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
vp8cx_set_ref.c 68 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);
set_maps.c 127 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);
twopass_encoder.c 94 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/
vpxenc.c 1231 static void encode_frame(struct stream_state *stream, function
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1256 static void encode_frame(struct stream_state *stream, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 1256 static void encode_frame(struct stream_state *stream, function
    [all...]

Completed in 66 milliseconds