/external/libaom/libaom/examples/ |
D | scalable_encoder.c | 100 if (res != AOM_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 109 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 190 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 211 die_codec(&codec, "Failed to initialize encoder"); in main() 213 die_codec(&codec, "Failed to set cpu to 8"); in main() 216 die_codec(&codec, "Failed to set tile columns to 2"); in main() 218 die_codec(&codec, "Failed to set num of tile groups to 3"); in main() 221 die_codec(&codec, "Failed to set number of spatial layers to 2"); in main() 243 die_codec(&codec, "Failed to set enc cfg for layer 0"); in main() 245 die_codec(&codec, "Failed to set layer id to 0"); in main() [all …]
|
D | lightfield_bitstream_parsing.c | 156 if (aom_status) die_codec(codec, "Failed to decode tile."); in process_tile_list() 185 die_codec(codec, "Failed to encode the tile list obu size."); in process_tile_list() 191 die_codec(codec, "Failed to copy compressed tile list."); in process_tile_list() 228 die_codec(&codec, "Failed to initialize decoder."); in main() 244 die_codec(&codec, "Failed to copy compressed anchor frame."); in main() 247 die_codec(&codec, "Failed to decode frame."); in main() 299 if (aom_status) die_codec(&codec, "Failed to decode tile."); in main() 313 die_codec(&codec, "Failed to allocate frame header buffer."); in main() 322 die_codec(&codec, "Failed to encode the tile list obu size."); in main() 327 die_codec(&codec, "Failed to copy compressed camera frame header."); in main() [all …]
|
D | lightfield_tile_list_decoder.c | 55 die_codec(codec, "Failed to get the tile size"); in write_tile_yuv1d() 62 die_codec(codec, "Failed to get the tile size"); in write_tile_yuv1d() 137 die_codec(&codec, "Failed to initialize decoder."); in main() 149 die_codec(&codec, "Failed to decode frame."); in main() 154 die_codec(&codec, "Failed to get the image format"); in main() 158 die_codec(&codec, "Failed to get the image frame size"); in main() 174 die_codec(&codec, "Failed to copy decoded reference frame"); in main() 198 die_codec(&codec, "Failed to decode the frame."); in main() 205 die_codec(&codec, "Failed to decode the tile list."); in main() 208 if (!img) die_codec(&codec, "Failed to get frame."); in main() [all …]
|
D | lightfield_encoder.c | 75 if (res != AOM_CODEC_OK) die_codec(ctx, "Failed to get frame stats."); in get_frame_stats() 99 if (res != AOM_CODEC_OK) die_codec(ctx, "Failed to encode frame."); in encode_frame() 109 die_codec(ctx, "Failed to write compressed frame."); in encode_frame() 144 die_codec(&codec, "Failed to initialize encoder"); in pass0() 146 die_codec(&codec, "Failed to turn off auto altref"); in pass0() 148 die_codec(&codec, "Failed to set frame parallel decoding"); in pass0() 191 die_codec(&codec, "Failed to set frame parallel decoding"); in pass0() 226 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass0() 257 die_codec(&codec, "Failed to initialize encoder"); in pass1() 259 die_codec(&codec, "Failed to turn off auto altref"); in pass1() [all …]
|
D | aom_cx_set_ref.c | 80 die_codec(encoder, "Failed to get encoder reference frame"); in testing_decode() 82 die_codec(decoder, "Failed to get decoder reference frame"); in testing_decode() 134 if (res != AOM_CODEC_OK) die_codec(ecodec, "Failed to encode frame"); in encode_frame() 149 die_codec(ecodec, "Failed to write compressed frame"); in encode_frame() 159 die_codec(dcodec, "Failed to decode frame."); in encode_frame() 164 die_codec(dcodec, "Failed to get decoder new frame"); in encode_frame() 276 if (res) die_codec(&ecodec, "Failed to get default codec config."); in main() 297 die_codec(&ecodec, "Failed to initialize encoder"); in main() 301 die_codec(&ecodec, "Failed to set enable auto alt ref"); in main() 306 die_codec(&dcodec, "Failed to initialize decoder."); in main() [all …]
|
D | scalable_decoder.c | 121 die_codec(&codec, "Failed to initialize decoder."); in main() 124 die_codec(&codec, "Failed to set output_all_layers control."); in main() 129 if (ret != 32) die_codec(&codec, "Input is not a valid obu file"); in main() 132 die_codec(&codec, "Input is not a valid obu file"); in main() 137 die_codec(&codec, "Input is not a valid obu file"); in main() 156 die_codec(&codec, "Failed to decode frame."); in main() 171 die_codec(&codec, "Invalid bitstream. Layer id exceeds layer count"); in main() 178 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
|
D | lightfield_decoder.c | 108 die_codec(codec, "Failed to set reference frame."); in decode_tile() 112 if (aom_status) die_codec(codec, "Failed to decode tile."); in decode_tile() 116 if (!img) die_codec(codec, "Failed to get frame."); in decode_tile() 130 die_codec(codec, "Failed to get the tile size"); in decode_tile() 198 die_codec(&codec, "Failed to initialize decoder."); in main() 210 die_codec(&codec, "Failed to decode frame."); in main() 214 die_codec(&codec, "Failed to get the image format"); in main() 218 die_codec(&codec, "Failed to get the image frame size"); in main() 234 die_codec(&codec, "Failed to copy decoded reference frame"); in main() 356 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
|
D | twopass_encoder.c | 76 if (res != AOM_CODEC_OK) die_codec(ctx, "Failed to get frame stats."); in get_frame_stats() 100 if (res != AOM_CODEC_OK) die_codec(ctx, "Failed to encode frame."); in encode_frame() 110 die_codec(ctx, "Failed to write compressed frame."); in encode_frame() 127 die_codec(&codec, "Failed to initialize encoder"); in pass0() 140 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass0() 161 die_codec(&codec, "Failed to initialize encoder"); in pass1() 175 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass1() 224 if (res) die_codec(&codec, "Failed to get default codec config."); in main()
|
D | set_maps.c | 75 die_codec(codec, "Failed to set active map"); in set_active_map() 89 die_codec(codec, "Failed to set active map"); in unset_active_map() 98 if (res != AOM_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 108 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 162 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 179 die_codec(&codec, "Failed to initialize encoder"); in main() 203 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | lossless_encoder.c | 38 if (res != AOM_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 48 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 100 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 114 die_codec(&codec, "Failed to initialize encoder"); in main() 117 die_codec(&codec, "Failed to use lossless mode"); in main() 133 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | simple_encoder.c | 124 if (res != AOM_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 134 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 208 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 224 die_codec(&codec, "Failed to initialize encoder"); in main() 244 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | simple_decoder.c | 118 die_codec(&codec, "Failed to initialize decoder."); in main() 127 die_codec(&codec, "Failed to decode frame."); in main() 136 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
|
D | decode_with_drops.c | 108 die_codec(&codec, "Failed to initialize decoder."); in main() 125 die_codec(&codec, "Failed to decode frame."); in main() 137 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | decode_to_md5.c | 103 die_codec(&codec, "Failed to initialize decoder"); in main() 112 die_codec(&codec, "Failed to decode frame"); in main() 125 if (aom_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
/external/libvpx/libvpx/examples/ |
D | postproc.c | 89 die_codec(&codec, "Postproc not supported by this decoder."); in main() 91 if (res) die_codec(&codec, "Failed to initialize decoder."); in main() 106 die_codec(&codec, "Failed to turn off postproc."); in main() 111 die_codec(&codec, "Failed to turn on postproc."); in main() 116 die_codec(&codec, "Failed to decode frame"); in main() 124 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
|
D | set_maps.c | 91 die_codec(codec, "Failed to set ROI map"); in set_roi_map() 108 die_codec(codec, "Failed to set active map"); in set_active_map() 122 die_codec(codec, "Failed to set active map"); in unset_active_map() 132 if (res != VPX_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 142 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 195 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 212 die_codec(&codec, "Failed to initialize encoder"); in main() 238 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | vp9_lossless_encoder.c | 39 if (res != VPX_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 49 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 99 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 113 die_codec(&codec, "Failed to initialize encoder"); in main() 116 die_codec(&codec, "Failed to use lossless mode"); in main() 132 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | twopass_encoder.c | 78 if (res != VPX_CODEC_OK) die_codec(ctx, "Failed to get frame stats."); in get_frame_stats() 104 if (res != VPX_CODEC_OK) die_codec(ctx, "Failed to encode frame."); in encode_frame() 114 die_codec(ctx, "Failed to write compressed frame."); in encode_frame() 131 die_codec(&codec, "Failed to initialize encoder"); in pass0() 147 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass0() 167 die_codec(&codec, "Failed to initialize encoder"); in pass1() 183 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass1() 230 if (res) die_codec(&codec, "Failed to get default codec config."); in main()
|
D | vp9cx_set_ref.c | 203 die_codec(encoder, "Failed to get encoder reference frame"); in testing_decode() 206 die_codec(decoder, "Failed to get decoder reference frame"); in testing_decode() 238 if (res != VPX_CODEC_OK) die_codec(ecodec, "Failed to encode frame"); in encode_frame() 255 die_codec(ecodec, "Failed to write compressed frame"); in encode_frame() 265 die_codec(dcodec, "Failed to decode frame."); in encode_frame() 360 if (res) die_codec(&ecodec, "Failed to get default codec config."); in main() 376 die_codec(&ecodec, "Failed to initialize encoder"); in main() 380 die_codec(&ecodec, "Failed to set enable auto alt ref"); in main() 385 die_codec(&dcodec, "Failed to initialize decoder."); in main() 397 die_codec(&ecodec, "Failed to set reference frame"); in main() [all …]
|
D | vp8cx_set_ref.c | 74 if (res != VPX_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 84 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 143 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 158 die_codec(&codec, "Failed to initialize encoder"); in main() 167 die_codec(&codec, "Failed to set reference frame"); in main() 182 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | simple_encoder.c | 125 if (res != VPX_CODEC_OK) die_codec(codec, "Failed to encode frame"); in encode_frame() 135 die_codec(codec, "Failed to write compressed frame"); in encode_frame() 205 if (res) die_codec(&codec, "Failed to get default codec config."); in main() 221 die_codec(&codec, "Failed to initialize encoder"); in main() 242 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | vp8_multi_resolution_encoder.c | 491 die_codec(&codec[0], "Failed to initialize encoder"); in main() 500 die_codec(&codec[i], "Failed to set cpu_used"); in main() 506 die_codec(&codec[i], "Failed to set static threshold"); in main() 512 die_codec(&codec[0], "Failed to set noise_sensitivity"); in main() 514 die_codec(&codec[1], "Failed to set noise_sensitivity"); in main() 517 die_codec(&codec[i], "Failed to set noise_sensitivity"); in main() 523 die_codec(&codec[i], "Failed to set static threshold"); in main() 532 die_codec(&codec[i], "Failed to set static threshold"); in main() 594 die_codec(&codec[0], "Failed to encode frame"); in main() 653 die_codec(&codec[i], "Failed to destroy codec"); in main()
|
D | simple_decoder.c | 121 die_codec(&codec, "Failed to initialize decoder."); in main() 130 die_codec(&codec, "Failed to decode frame."); in main() 139 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
|
D | decode_with_drops.c | 109 die_codec(&codec, "Failed to initialize decoder."); in main() 119 die_codec(&codec, "Failed to decode frame."); in main() 139 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|
D | decode_to_md5.c | 104 die_codec(&codec, "Failed to initialize decoder"); in main() 113 die_codec(&codec, "Failed to decode frame"); in main() 126 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
|