Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 25) sorted by relevance

/hardware/intel/img/psb_video/src/
DREADME19 …function, such as cmdbuf for command buffer processing, H264ES for H264 encoding, H264 for H264 de…
22 lnc_xxxx.c/h are files for encoding on MRST
24 pnw_xxxx.c/h are files for encoding/decoding on MFLD
25 tng_xxxx.c/h are files for encoding/decoding on MRFLD
26 xx_xxES.c/h are files for various encoding codec, others codec named are for various decoding codec
Dpsb_drv_debug.c653 uint32_t encoding; in debug_dump_cmdbuf() local
668 encoding = (chk_hdr & 0x07); in debug_dump_cmdbuf()
669 if ((count == 1) && (encoding == 7)) { in debug_dump_cmdbuf()
673 …C_CK_HDR #symbols = %d address = %08x encoding = %01x\n", cmd_idx, count, start_address, encoding); in debug_dump_cmdbuf()
683 } while (encoding != 0x07); in debug_dump_cmdbuf()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG29 vpxenc: support scaling prior to encoding
38 Add encoding option --static-thresh
72 Minor improvements to real time encoding with multiple temporal layers
76 Fixes multi-resolution threaded encoding
82 encoding. In addition, it fixes a decoder bug (first introduced in
133 consistent with Duclair for most material. Two pass encoding of
136 Large realtime encoding speed gains at a small quality expense are
152 two pass encoding.
174 real-time encoding. It also fixes a decoder crash bug introduced in
197 Multiple-resolution encoding support allows the encoding of the
[all …]
Dlibs.doxy_template28 # This tag specifies the encoding used for all characters in the config file that
29 # follow. The default is UTF-8 which is also the encoding used for all text before
496 # This tag can be used to specify the character encoding of the source files that
497 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
498 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
Dusage.dox116 Both the encoding and decoding functions have a <code>deadline</code>
/hardware/qcom/gps/msm8960/core/
Dloc_core_log.h48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
Dloc_core_log.cpp191 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding) in loc_get_ni_encoding_name() argument
193 return loc_get_name_from_val(loc_eng_ni_encodings, loc_eng_ni_encoding_num, (long) encoding); in loc_get_ni_encoding_name()
/hardware/qcom/gps/msm8084/core/
Dloc_core_log.h48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
Dloc_core_log.cpp192 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding) in loc_get_ni_encoding_name() argument
194 return loc_get_name_from_val(loc_eng_ni_encodings, loc_eng_ni_encoding_num, (long) encoding); in loc_get_ni_encoding_name()
/hardware/qcom/gps/msm8974/core/
Dloc_core_log.h48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
Dloc_core_log.cpp192 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding) in loc_get_ni_encoding_name() argument
194 return loc_get_name_from_val(loc_eng_ni_encodings, loc_eng_ni_encoding_num, (long) encoding); in loc_get_ni_encoding_name()
/hardware/qcom/gps/core/
Dloc_core_log.h48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
Dloc_core_log.cpp201 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding) in loc_get_ni_encoding_name() argument
203 return loc_get_name_from_val(loc_eng_ni_encodings, loc_eng_ni_encoding_num, (long) encoding); in loc_get_ni_encoding_name()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpegdec.c102 p_session->encoding = OMX_FALSE; in mm_jpegdec_job_done()
521 p_session->encoding = OMX_FALSE; in mm_jpegdec_session_decode()
534 p_session->encoding = OMX_TRUE; in mm_jpegdec_session_decode()
1027 if (p_session->encoding == OMX_TRUE) { in mm_jpegdec_event_handler()
Dmm_jpeg.c1308 if (OMX_TRUE == p_session->encoding) { in mm_jpeg_session_abort()
1521 p_session->encoding = OMX_FALSE; in mm_jpeg_session_encode()
1549 p_session->encoding = OMX_TRUE; in mm_jpeg_session_encode()
2489 p_session->encoding = OMX_FALSE; in mm_jpegenc_job_done()
2822 if (p_session->encoding == OMX_TRUE) { in mm_jpeg_event_handler()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp539 ContentEncoding* const encoding = content_encoding_entries_[i]; in ~Track() local
540 delete encoding; in ~Track()
607 ContentEncoding* const encoding = content_encoding_entries_[i]; in PayloadSize() local
608 content_encodings_size += encoding->Size(); in PayloadSize()
710 ContentEncoding* const encoding = content_encoding_entries_[i]; in Write() local
711 content_encodings_size += encoding->Size(); in Write()
720 ContentEncoding* const encoding = content_encoding_entries_[i]; in Write() local
721 if (!encoding->Write(writer)) in Write()
Dmkvparser.cpp5493 ContentEncoding* const encoding = *i++; in ~Track() local
5494 delete encoding; in ~Track()
/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.h197 gchar *encoding; member
Dmixaudio.c162 self->encoding = NULL; in mix_audio_init()
2012 g_debug("%s encoding(%s)", prefix, mix->encoding?mix->encoding:dbgstr_UNKNOWN); in mix_audio_debug_dump()
/hardware/ril/include/telephony/
Dril_cdma_sms.h554 RIL_CDMA_SMS_UserDataEncoding encoding; member
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h318 OMX_BOOL encoding; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
Dvp8_vpxyv12_copysrcframe_func_neon.asm21 ;of the encoding. The buffer has a width and height of cpi->oxcf.Width and
/hardware/intel/common/libva/doc/
DDoxyfile17 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
603 # This tag can be used to specify the character encoding of the source files
604 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
605 # also the default input encoding. Doxygen uses libiconv (or the iconv built
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp4683 ContentEncoding* const encoding = *i++; in ~Track() local
4684 delete encoding; in ~Track()