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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 183 int vp9_receive_raw_frame(VP9_PTR comp, unsigned int frame_flags,
187 int vp9_get_compressed_data(VP9_PTR comp, unsigned int *frame_flags,
vp9_onyxc_int.h 142 int frame_flags; member in struct:VP9Common
  /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_));
encode_test_driver.h 109 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
140 const unsigned long frame_flags);
  /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 97 int frame_flags; member in struct:VP8Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
ratectrl.c 385 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY)
    [all...]

Completed in 975 milliseconds