OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_flags
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/test/
encode_test_driver.h
103
void EncodeFrame(VideoSource *video, const unsigned long
frame_flags
);
127
const unsigned long
frame_flags
);
encode_test_driver.cc
19
void Encoder::EncodeFrame(VideoSource *video, const unsigned long
frame_flags
) {
21
EncodeFrameInternal(*video,
frame_flags
);
37
const unsigned long
frame_flags
) {
63
frame_flags
, deadline_);
/external/libvpx/libvpx/vp8/common/
onyx.h
251
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);
252
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
98
int
frame_flags
;
member in struct:VP8Common
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
ratectrl.c
385
int Q = (cpi->common.
frame_flags
& FRAMEFLAGS_KEY)
[
all
...]
Completed in 143 milliseconds