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 31 // FFmpeg's AVCodecContext's extradata field contains the Decoder
35 // Extradata must be at least 7 bytes long.
36 if (stream_context_->extradata == NULL ||
41 stream_context_->extradata,
73 stream_context_->extradata, stream_context_->extradata_size,
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 310 codec_context->extradata,
350 codec_context->extradata = reinterpret_cast<uint8_t*>(
352 memcpy(codec_context->extradata, config.extra_data(),
354 memset(codec_context->extradata + config.extra_data_size(), '\0',
357 codec_context->extradata = NULL;
419 stream->codec->extradata, stream->codec->extradata_size,
436 codec_context->extradata = reinterpret_cast<uint8_t*>(
438 memcpy(codec_context->extradata, config.extra_data(),
440 memset(codec_context->extradata + config.extra_data_size(), '\0',
443 codec_context->extradata = NULL
    [all...]
ffmpeg_common.h 67 av_free(codec_context->extradata);
  /external/chromium_org/media/cdm/ppapi/
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 99 codec_context->extradata = reinterpret_cast<uint8_t*>(
101 memcpy(codec_context->extradata, config.extra_data,
103 memset(codec_context->extradata + config.extra_data_size, 0,
106 codec_context->extradata = NULL;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 322 bool extradata; member in class:venc_dev
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 207 // Define next macro with required values to enable default extradata,
248 unsigned extradata; member in struct:video_driver_context
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 196 // Define next macro with required values to enable default extradata,
248 unsigned extradata; member in struct:video_driver_context
    [all...]
omx_vdec.h 202 // Define next macro with required values to enable default extradata,
254 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";
592 property_get("vidc.dec.debug.extradata", extradata_value, "0");
594 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
    [all...]
omx_vdec_msm8974.cpp 90 char ouputextradatafilename [] = "/data/extradata";
620 property_get("vidc.dec.debug.extradata", extradata_value, "0");
622 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";
549 property_get("vidc.dec.debug.extradata", extradata_value, "0");
551 DEBUG_PRINT_HIGH("vidc.dec.debug.extradata value is %d",m_debug_extradata);
3741 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 429 DEBUG_PRINT_ERROR("Extradata buffers not allocated\n");
484 DEBUG_PRINT_ERROR("Failed to alloc extradata memory\n");
494 DEBUG_PRINT_ERROR("Failed to map extradata memory\n");
    [all...]

Completed in 302 milliseconds