/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9dx.mk | 20 VP9_DX_SRCS-yes += decoder/vp9_decodemv.c 21 VP9_DX_SRCS-yes += decoder/vp9_decodeframe.c 22 VP9_DX_SRCS-yes += decoder/vp9_decodeframe.h 23 VP9_DX_SRCS-yes += decoder/vp9_detokenize.c 24 VP9_DX_SRCS-yes += decoder/vp9_dthread.c 25 VP9_DX_SRCS-yes += decoder/vp9_dthread.h 26 VP9_DX_SRCS-yes += decoder/vp9_reader.h 27 VP9_DX_SRCS-yes += decoder/vp9_reader.c 28 VP9_DX_SRCS-yes += decoder/vp9_read_bit_buffer.c 29 VP9_DX_SRCS-yes += decoder/vp9_read_bit_buffer.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8dx.mk | 23 VP8_DX_SRCS-yes += decoder/dboolhuff.c 24 VP8_DX_SRCS-yes += decoder/decodemv.c 25 VP8_DX_SRCS-yes += decoder/decodeframe.c 26 VP8_DX_SRCS-yes += decoder/detokenize.c 27 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/ec_types.h 28 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.h 29 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.c 30 VP8_DX_SRCS-yes += decoder/dboolhuff.h 31 VP8_DX_SRCS-yes += decoder/decodemv.h 32 VP8_DX_SRCS-yes += decoder/decoderthreading.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.cc | 30 Decoder* const decoder = codec_->CreateDecoder(dec_cfg, 0); in RunLoop() local 31 ASSERT_TRUE(decoder != NULL); in RunLoop() 35 PreDecodeFrameHook(*video, decoder); in RunLoop() 36 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(), in RunLoop() 38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop() 40 DxDataIterator dec_iter = decoder->GetDxData(); in RunLoop() 48 delete decoder; in RunLoop()
|
D | vp8_decrypt_test.cc | 51 VP8Decoder decoder(dec_cfg, 0); in TEST() local 56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 66 decoder.Control(VP8D_SET_DECRYPTOR, &di); in TEST() 69 res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | encode_test_driver.cc | 158 Decoder* const decoder = codec_->CreateDecoder(dec_cfg, 0); in RunLoop() local 177 if (decoder && DoDecode()) { in RunLoop() 178 vpx_codec_err_t res_dec = decoder->DecodeFrame( in RunLoop() 180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop() 199 DxDataIterator dec_iter = decoder->GetDxData(); in RunLoop() 216 if (decoder) in RunLoop() 217 delete decoder; in RunLoop()
|
D | vp9_thread_test.cc | 107 libvpx_test::VP9Decoder decoder(cfg, 0); in DecodeFile() local 112 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in DecodeFile() 114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile() 118 libvpx_test::DxDataIterator dec_iter = decoder.GetDxData(); in DecodeFile()
|
D | decode_test_driver.h | 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder) in DxDataIterator() argument 27 : decoder_(decoder), iter_(NULL) {} in DxDataIterator() 115 Decoder *decoder) {} in PreDecodeFrameHook() argument
|
D | tools_common.sh | 190 decoder="${LIBVPX_BIN_PATH}/vpxdec" 193 decoder="${decoder}.exe" 197 "${decoder}" "$input" --summary --noblit "$@" > /dev/null 2>&1 199 cat "${input}" | "${decoder}" - --summary --noblit "$@" > /dev/null 2>&1
|
D | decode_perf_test.cc | 77 libvpx_test::VP9Decoder decoder(cfg, 0); in TEST_P() local 83 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST_P()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | libvpx_srcs.txt | 64 vp8/decoder/dboolhuff.c 65 vp8/decoder/dboolhuff.h 66 vp8/decoder/decodemv.c 67 vp8/decoder/decodemv.h 68 vp8/decoder/decoderthreading.h 69 vp8/decoder/decodframe.c 70 vp8/decoder/detokenize.c 71 vp8/decoder/detokenize.h 72 vp8/decoder/onyxd_if.c 73 vp8/decoder/onyxd_int.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | libvpx_srcs.txt | 64 vp8/decoder/dboolhuff.c 65 vp8/decoder/dboolhuff.h 66 vp8/decoder/decodemv.c 67 vp8/decoder/decodemv.h 68 vp8/decoder/decoderthreading.h 69 vp8/decoder/decodframe.c 70 vp8/decoder/detokenize.c 71 vp8/decoder/detokenize.h 72 vp8/decoder/onyxd_if.c 73 vp8/decoder/onyxd_int.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | libvpx_srcs.txt | 70 vp8/decoder/dboolhuff.c 71 vp8/decoder/dboolhuff.h 72 vp8/decoder/decodemv.c 73 vp8/decoder/decodemv.h 74 vp8/decoder/decoderthreading.h 75 vp8/decoder/decodframe.c 76 vp8/decoder/detokenize.c 77 vp8/decoder/detokenize.h 78 vp8/decoder/onyxd_if.c 79 vp8/decoder/onyxd_int.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | example_xma.c | 77 vpx_codec_ctx_t decoder; in main() local 144 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) { in main() 146 vpx_codec_error(&decoder)); in main() 159 res = vpx_codec_get_mem_map(&decoder, &mmap, &iter); in main() 178 if (vpx_codec_set_mem_map(&decoder, &mmap, 1)) { in main() 179 printf("Failed to set mmap: %s\n", vpx_codec_error(&decoder)); in main() 183 printf("Failed to get mmap: %s\n", vpx_codec_error(&decoder)); in main() 189 decoder.name, alloc_sz, cfg.w, cfg.h); in main() 190 vpx_codec_destroy(&decoder); in main()
|
D | simple_decoder.c | 105 const VpxInterface *decoder = NULL; in main() local 122 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main() 123 if (!decoder) in main() 126 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main() 128 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
|
D | postproc.c | 68 const VpxInterface *decoder = NULL; in main() local 85 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main() 86 if (!decoder) in main() 89 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main() 91 res = vpx_codec_dec_init(&codec, decoder->interface(), NULL, in main()
|
D | decode_with_drops.c | 79 const VpxInterface *decoder = NULL; in main() local 107 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main() 108 if (!decoder) in main() 111 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main() 113 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
|
D | decode_to_md5.c | 87 const VpxInterface *decoder = NULL; in main() local 103 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); in main() 104 if (!decoder) in main() 107 printf("Using %s\n", vpx_codec_iface_name(decoder->interface())); in main() 109 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | libvpx_srcs.txt | 102 vp8/decoder/dboolhuff.c 103 vp8/decoder/dboolhuff.h 104 vp8/decoder/decodeframe.c 105 vp8/decoder/decodemv.c 106 vp8/decoder/decodemv.h 107 vp8/decoder/decoderthreading.h 108 vp8/decoder/detokenize.c 109 vp8/decoder/detokenize.h 110 vp8/decoder/onyxd_if.c 111 vp8/decoder/onyxd_int.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | libvpx_srcs.txt | 92 vp8/decoder/dboolhuff.c 93 vp8/decoder/dboolhuff.h 94 vp8/decoder/decodemv.c 95 vp8/decoder/decodemv.h 96 vp8/decoder/decoderthreading.h 97 vp8/decoder/decodframe.c 98 vp8/decoder/detokenize.c 99 vp8/decoder/detokenize.h 100 vp8/decoder/onyxd_if.c 101 vp8/decoder/onyxd_int.h [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 164 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in usage_exit() local 166 decoder->name, vpx_codec_iface_name(decoder->interface())); in usage_exit() 285 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in file_is_raw() local 286 if (!vpx_codec_peek_stream_info(decoder->interface(), in file_is_raw() 289 input->fourcc = decoder->fourcc; in file_is_raw() 487 vpx_codec_ctx_t decoder; in main_loop() local 723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) { in main_loop() 725 vpx_codec_error(&decoder)); in main_loop() 730 fprintf(stderr, "%s\n", decoder.name); in main_loop() 735 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) { in main_loop() [all …]
|
D | tools_common.c | 184 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_name() local 185 if (strcmp(decoder->name, name) == 0) in get_vpx_decoder_by_name() 186 return decoder; in get_vpx_decoder_by_name() 196 const VpxInterface *const decoder = get_vpx_decoder_by_index(i); in get_vpx_decoder_by_fourcc() local 197 if (decoder->fourcc == fourcc) in get_vpx_decoder_by_fourcc() 198 return decoder; in get_vpx_decoder_by_fourcc()
|
D | usage.dox | 15 Fore more information on decoder and encoder specific usage, see the 17 \if decoder 20 \if decoder 63 \if decoder 64 Currently defined decoder features include: 90 \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif 103 retrieved from the <code>err</code> member of the decoder context as well. 125 a <code>deadline</code> of 5000us, the decoder will see that it has 3000us 146 To use a decoder in XMA mode, the decoder \ref MUST be initialized with the 147 vpx_codec_xma_init_ver() function. The amount of memory a decoder needs to [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | libvpx_srcs.txt | 123 vp8/decoder/dboolhuff.c 124 vp8/decoder/dboolhuff.h 125 vp8/decoder/decodemv.c 126 vp8/decoder/decodemv.h 127 vp8/decoder/decoderthreading.h 128 vp8/decoder/decodframe.c 129 vp8/decoder/detokenize.c 130 vp8/decoder/detokenize.h 131 vp8/decoder/onyxd_if.c 132 vp8/decoder/onyxd_int.h [all …]
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 104 jpegd_obj_t decoder; member 231 jpegd_obj_t decoder; in decoder_test() local 264 rc = jpegd_init(&decoder, in decoder_test() 273 p_thread_arg->decoder = decoder; in decoder_test() 325 rc = jpegd_set_source(decoder, &source); in decoder_test() 332 rc = jpegd_read_header(decoder, &header); in decoder_test() 436 rc = jpegd_start(decoder, &config, &dest, &p_output_buffers, output_buffers_count); in decoder_test() 457 rc = jpegd_abort(decoder); in decoder_test() 533 jpegd_destroy(&decoder); in decoder_test() 603 jpegd_enqueue_output_buf(p_thread_arg->decoder, p_output_buffer, 1); in decoder_output_handler()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/ |
D | Android.mk | 21 LOCAL_MODULE:= libOMX.TI.JPEG.decoder 35 LOCAL_SHARED_LIBRARIES := libOMX.TI.JPEG.decoder
|