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

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers_unittest.cc 39 void EncodeFrame(uint32_t timestamp,
71 EncodeFrame(timestamp, false, &vp8_info, &flags);
140 EncodeFrame(timestamp, false, &vp8_info, &flags);
150 EncodeFrame(timestamp, false, &vp8_info, &flags);
159 EncodeFrame(timestamp, false, &vp8_info, &flags);
168 EncodeFrame(timestamp, false, &vp8_info, &flags);
176 EncodeFrame(timestamp, false, &vp8_info, &flags);
194 EncodeFrame(timestamp, false, &vp8_info, &flags);
294 EncodeFrame(timestamp, false, &vp8_info, &flags);
320 EncodeFrame(timestamp, false, &vp8_info, &flags)
    [all...]
  /external/webrtc/webrtc/video/
video_encoder_unittest.cc 98 void EncodeFrame();
107 void VideoEncoderSoftwareFallbackWrapperTest::EncodeFrame() {
138 EncodeFrame();
157 EncodeFrame();
173 EncodeFrame();
196 EncodeFrame();
  /external/libvpx/libvpx/test/
encode_test_driver.h 106 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
108 // Convenience wrapper for EncodeFrame()
109 void EncodeFrame(VideoSource *video) { EncodeFrame(video, 0); }
encode_test_driver.cc 54 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
202 encoder->EncodeFrame(video, frame_flags_);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 354 The above 3 APIs only replace EncodeFrame() API. Other APIs such as initialization
377 virtual TCVEI_RETVAL EncodeFrame(TPVVideoInputData *aVidIn, TPVVideoOutputData *aVidOut, int *aRemainingBytes
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 142 virtual int EncodeFrame(const int16_t* input,
193 size_t enc_len = EncodeFrame(
229 size_t enc_len = EncodeFrame(input.get(), frame_size_, encoded_);
259 size_t enc_len = EncodeFrame(input.get(), frame_size_, encoded_);
351 size_t enc_len = EncodeFrame(input.get(), frame_size_, encoded_);
  /external/webp/src/mux/
anim_encode.c 766 static int EncodeFrame(const WebPConfig* const config, WebPPicture* const pic,
815 if (!EncodeFrame(&config, sub_frame, &candidate->mem_)) {
    [all...]

Completed in 341 milliseconds