Home
last modified time | relevance | path

Searched defs:frame_flags (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/test/
Dencode_test_driver.cc64 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame()
82 const unsigned long frame_flags) { in EncodeFrameInternal()
Derror_resilience_test.cc72 int frame_flags = 0; in SetFrameFlags() local
436 int frame_flags = 0; in SetFrameFlags() local
488 int frame_flags = SetFrameFlags(video->frame(), cfg_.ts_number_layers); in PreEncodeFrameHook() local
Ddatarate_test.cc306 int frame_flags = 0; in SetFrameFlags() local
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c3065 …oid Pass1Encode(VP8_COMP *cpi, unsigned long *size, unsigned char *dest, unsigned int *frame_flags) in Pass1Encode()
3569 unsigned int *frame_flags in encode_frame_to_data_rate()
5197 …cpi, unsigned long *size, unsigned char *dest, unsigned char * dest_end, unsigned int *frame_flags) in Pass2Encode()
5215 int vp8_receive_raw_frame(VP8_COMP *cpi, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t … in vp8_receive_raw_frame()
5254 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned… in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3713 unsigned int *frame_flags) {
3955 unsigned int *frame_flags) {
3961 unsigned int *frame_flags) {
3971 uint8_t *dest, unsigned int *frame_flags) {
4020 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
4174 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
Dvp9_encoder.h466 int frame_flags; member
/external/libvpx/libvpx/vpx/
Dvp8cx.h692 int frame_flags[VPX_TS_MAX_LAYERS]; /**< Frame flags. */ member
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h101 int frame_flags; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1193 int frame_flags = va_arg(args, int); in vp8e_set_frame_flags() local