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

  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 476 struct eh_frame_hdr_info *hdr_info; local
484 hdr_info = &htab->eh_info;
928 hdr_info->table = FALSE;
992 HDR_INFO is the .eh_frame_hdr information and COOKIE describes the
997 struct eh_frame_hdr_info *hdr_info,
1092 if (hdr_info->cies == NULL)
1094 hdr_info->cies = htab_try_create (1, cie_hash, cie_eq, free);
1095 if (hdr_info->cies == NULL)
1098 loc = htab_find_slot_with_hash (hdr_info->cies, cie, cie->hash, INSERT);
1138 struct eh_frame_hdr_info *hdr_info; local
1227 struct eh_frame_hdr_info *hdr_info; local
1280 struct eh_frame_hdr_info *hdr_info; local
1398 struct eh_frame_hdr_info *hdr_info; local
1785 struct eh_frame_hdr_info *hdr_info; local
    [all...]
  /external/ImageMagick/coders/
exr.c 140 *hdr_info;
205 hdr_info=ImfInputHeader(file);
206 ImfHeaderDisplayWindow(hdr_info,&min_x,&min_y,&max_x,&max_y);
377 *hdr_info;
419 hdr_info=ImfNewHeader();
420 ImfHeaderSetDataWindow(hdr_info,0,0,(int) image->columns-1,(int)
422 ImfHeaderSetDisplayWindow(hdr_info,0,0,(int) image->columns-1,(int)
520 ImfHeaderSetCompression(hdr_info,compression);
521 ImfHeaderSetLineOrder(hdr_info,IMF_INCREASING_Y);
522 file=ImfOpenOutputFile(write_info->filename,hdr_info,channels)
136 *hdr_info; local
370 *hdr_info; local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h 53 RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info,
59 RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info, size_t max_payload_len);
rtp_format_vp8.cc 150 RtpPacketizerVp8::RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info,
159 hdr_info_(hdr_info),
165 RtpPacketizerVp8::RtpPacketizerVp8(const RTPVideoHeaderVP8& hdr_info,
174 hdr_info_(hdr_info),
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 9786 HDRStaticInfo* hdr_info = &m_internal_hdr_info.sInfo; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 11348 HDRStaticInfo* hdr_info = &m_internal_hdr_info.sInfo; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 721 void print_debug_hdr_color_info(HDRStaticInfo *hdr_info, const char *prefix);
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 880 void print_debug_hdr_color_info(HDRStaticInfo *hdr_info, const char *prefix);
    [all...]

Completed in 412 milliseconds