/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_image.c | 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img, in img_alloc_helper() 178 vpx_image_t *vpx_img_alloc(vpx_image_t *img, in vpx_img_alloc() 186 vpx_image_t *vpx_img_wrap(vpx_image_t *img, in vpx_img_wrap() 197 int vpx_img_set_rect(vpx_image_t *img, in vpx_img_set_rect() 249 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip() 271 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
|
D | vpx_encoder.c | 205 const vpx_image_t *img, in vpx_codec_encode() 328 vpx_image_t *img = NULL; in vpx_codec_get_preview_frame() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_iface_common.h | 13 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() 53 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.c | 206 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width() 213 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() 220 void vpx_img_write(const vpx_image_t *img, FILE *file) { in vpx_img_write() 237 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | decode_to_md5.c | 46 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) { in get_image_md5() 114 vpx_image_t *img = NULL; in main() local
|
D | twopass_encoder.c | 70 const vpx_image_t *img, in get_frame_stats() 95 const vpx_image_t *img, in encode_frame()
|
D | simple_decoder.c | 133 vpx_image_t *img = NULL; in main() local
|
D | postproc.c | 101 vpx_image_t *img = NULL; in main() local
|
D | decode_with_drops.c | 118 vpx_image_t *img = NULL; in main() local
|
D | vp8_multi_resolution_encoder.c | 69 static int read_frame(FILE *f, vpx_image_t *img) { in read_frame() 83 static int read_frame_by_row(FILE *f, vpx_image_t *img) { in read_frame_by_row()
|
D | vp8cx_set_ref.c | 69 vpx_image_t *img, in encode_frame()
|
D | simple_encoder.c | 122 vpx_image_t *img, in encode_frame()
|
D | set_maps.c | 128 vpx_image_t *img, in encode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8.h | 107 vpx_image_t img; /**< reference frame data in image format */ member 116 vpx_image_t img; /**< img structure to populate (output) */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.cc | 41 const vpx_image_t *img = NULL; in RunLoop() local
|
D | md5_helper.h | 24 void Add(const vpx_image_t *img) { in Add()
|
D | test_vector_test.cc | 42 virtual void DecompressedFrameHook(const vpx_image_t& img, in DecompressedFrameHook()
|
D | tile_independence_test.cc | 66 const vpx_image_t *img = dec->GetDxData().Next(); in UpdateMD5() local
|
D | y4m_video_source.h | 64 virtual vpx_image_t *img() const { in img() function
|
D | external_frame_buffer_test.cc | 110 void CheckXImageFrameBuffer(const vpx_image_t *img) { in CheckXImageFrameBuffer() 223 virtual void DecompressedFrameHook(const vpx_image_t &img, in DecompressedFrameHook() 330 const vpx_image_t *img = NULL; in CheckDecodedFrames() local
|
D | i420_video_source.h | 67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } in img() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 27 YV12_BUFFER_CONFIG img; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | lookahead.h | 21 YV12_BUFFER_CONFIG img; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 69 vpx_image_t img; member 285 static void yuvconfig2image(vpx_image_t *img, in yuvconfig2image() 578 vpx_image_t *img = NULL; in vp8_get_frame() local 706 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
|
/hardware/intel/img/hwcomposer/merrifield/test/ |
D | nv12_ved_test.cpp | 91 uint8_t* img = NULL; in main() local
|