HomeSort by relevance Sort by last modified time
    Searched refs:extradata (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter.cc 30 if (!stream_context_->extradata || stream_context_->extradata_size <= 0)
36 stream_context_->extradata,
ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc 266 test_context_.extradata = const_cast<uint8*>(kHeaderDataOkWithFieldLen4);
319 dummy_context.extradata = NULL;
332 // packet and destroy the old one). This should fail due to missing extradata.
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 313 codec_context->extradata,
353 codec_context->extradata = reinterpret_cast<uint8_t*>(
355 memcpy(codec_context->extradata, config.extra_data(),
357 memset(codec_context->extradata + config.extra_data_size(), '\0',
360 codec_context->extradata = NULL;
432 stream->codec->extradata, stream->codec->extradata_size,
449 codec_context->extradata = reinterpret_cast<uint8_t*>(
451 memcpy(codec_context->extradata, config.extra_data(),
453 memset(codec_context->extradata + config.extra_data_size(), '\0',
456 codec_context->extradata = NULL
    [all...]
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.cc 71 codec_context->extradata = reinterpret_cast<uint8_t*>(
73 memcpy(codec_context->extradata, config.extra_data,
75 memset(codec_context->extradata + config.extra_data_size, '\0',
78 codec_context->extradata = NULL;
ffmpeg_cdm_video_decoder.cc 103 codec_context->extradata = reinterpret_cast<uint8_t*>(
105 memcpy(codec_context->extradata, config.extra_data,
107 memset(codec_context->extradata + config.extra_data_size, 0,
110 codec_context->extradata = NULL;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 386 bool extradata; member in class:venc_dev
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 205 // Define next macro with required values to enable default extradata,
246 unsigned extradata; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 192 // Define next macro with required values to enable default extradata,
244 unsigned extradata; member in struct:video_driver_context
    [all...]
omx_vdec.h 221 // Define next macro with required values to enable default extradata,
273 unsigned extradata; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 101 char ouputextradatafilename [] = "/data/extradata";
547 property_get("vidc.dec.debug.extradata", extradata_value, "0");
549 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
3561 OMX_QCOM_EXTRADATA_FRAMEINFO *extradata = local
    [all...]
omx_vdec_hevc.cpp 91 char ouputextradatafilename [] = "/data/extradata";
605 property_get("vidc.dec.debug.extradata", extradata_value, "0");
607 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
    [all...]
omx_vdec_hevc_swvdec.cpp 82 char ouputextradatafilename [] = "/data/extradata";
680 property_get("vidc.dec.debug.extradata", extradata_value, "0");
682 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
    [all...]
omx_vdec_msm8974.cpp 86 char output_extradata_filename [] = "/data/misc/extradata";
673 property_get("vidc.dec.debug.extradata", extradata_value, "0");
675 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 90 char ouputextradatafilename [] = "/data/extradata";
553 property_get("vidc.dec.debug.extradata", extradata_value, "0");
555 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
3767 OMX_QCOM_EXTRADATA_FRAMEINFO *extradata = local
    [all...]
omx_vdec_copper.cpp 89 char ouputextradatafilename [] = "/data/extradata";
556 property_get("vidc.dec.debug.extradata", extradata_value, "0");
558 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 222 property_get("vidc.enc.log.extradata", property_value, "0");
468 DEBUG_PRINT_ERROR("Extradata buffers not allocated");
477 DEBUG_PRINT_ERROR("Insufficient buffer size for extradata");
482 DEBUG_PRINT_ERROR("Extradata ABI mismatch");
512 DEBUG_PRINT_HIGH("Found an unrecognised extradata (%x) ignoring it",
525 DEBUG_PRINT_LOW("[%p/%u] found extradata type %x of size %u (%u) at %p",
553 DEBUG_PRINT_ERROR("Extradata already allocated!");
574 DEBUG_PRINT_ERROR("Failed to alloc extradata memory");
584 DEBUG_PRINT_ERROR("Failed to map extradata memory");
669 DEBUG_PRINT_ERROR("Failed to open extradata file: %s for logging size:%d"
    [all...]

Completed in 1586 milliseconds