HomeSort by relevance Sort by last modified time
    Searched refs:frame_flags (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
encode_test_driver.cc 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
22 EncodeFrameInternal(*video, frame_flags);
38 const unsigned long frame_flags) {
65 frame_flags, deadline_));
encode_test_driver.h 112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
155 const unsigned long frame_flags);
datarate_test.cc 266 int frame_flags = 0; local
270 frame_flags = VP8_EFLAG_NO_REF_GF | VP8_EFLAG_NO_UPD_GF |
274 frame_flags = VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_LAST |
280 frame_flags = VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
284 frame_flags = VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_LAST;
287 frame_flags = VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
291 return frame_flags;
  /external/libvpx/libvpx/test/
encode_test_driver.cc 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
22 EncodeFrameInternal(*video, frame_flags);
38 const unsigned long frame_flags) {
65 frame_flags, deadline_));
datarate_test.cc 227 int frame_flags = 0; local
231 frame_flags = VP8_EFLAG_NO_REF_GF | VP8_EFLAG_NO_UPD_GF |
235 frame_flags = VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_LAST |
241 frame_flags = VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
245 frame_flags = VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_LAST;
248 frame_flags = VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
252 return frame_flags;
encode_test_driver.h 112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
155 const unsigned long frame_flags);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.cc 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
22 EncodeFrameInternal(*video, frame_flags);
38 const unsigned long frame_flags) {
65 frame_flags, deadline_));
datarate_test.cc 227 int frame_flags = 0; local
231 frame_flags = VP8_EFLAG_NO_REF_GF | VP8_EFLAG_NO_UPD_GF |
235 frame_flags = VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_LAST |
241 frame_flags = VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
245 frame_flags = VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_LAST;
248 frame_flags = VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
252 return frame_flags;
encode_test_driver.h 112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
155 const unsigned long frame_flags);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 263 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
264 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
onyxc_int.h 101 int frame_flags; member in struct:VP8Common
  /external/libvpx/libvpx/vp8/common/
onyx.h 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
onyxc_int.h 101 int frame_flags; member in struct:VP8Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
onyxc_int.h 101 int frame_flags; member in struct:VP8Common
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 390 int frame_flags; member in struct:VP9_COMP
423 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
427 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
vp9_onyx_int.h 529 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
533 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
vp9_onyx_int.h 529 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
533 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 123 int frame_flags; member in struct:VP9Common

Completed in 722 milliseconds

1 2