/hardware/intel/img/psb_video/src/ |
D | README | 19 …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
|
D | psb_drv_debug.c | 653 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/ |
D | CHANGELOG | 29 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 …]
|
D | libs.doxy_template | 28 # 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.
|
D | usage.dox | 116 Both the encoding and decoding functions have a <code>deadline</code>
|
/hardware/qcom/gps/msm8960/core/ |
D | loc_core_log.h | 48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
|
D | loc_core_log.cpp | 191 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/ |
D | loc_core_log.h | 48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
|
D | loc_core_log.cpp | 192 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/ |
D | loc_core_log.h | 48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
|
D | loc_core_log.cpp | 192 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/ |
D | loc_core_log.h | 48 const char* loc_get_ni_encoding_name(GpsNiEncodingType encoding);
|
D | loc_core_log.cpp | 201 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/ |
D | README | 4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpegdec.c | 102 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()
|
D | mm_jpeg.c | 1308 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/ |
D | mkvmuxer.cpp | 539 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()
|
D | mkvparser.cpp | 5493 ContentEncoding* const encoding = *i++; in ~Track() local 5494 delete encoding; in ~Track()
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.h | 197 gchar *encoding; member
|
D | mixaudio.c | 162 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/ |
D | ril_cdma_sms.h | 554 RIL_CDMA_SMS_UserDataEncoding encoding; member
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 318 OMX_BOOL encoding; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 21 ;of the encoding. The buffer has a width and height of cpi->oxcf.Width and
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 17 # 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/ |
D | mkvparser.cpp | 4683 ContentEncoding* const encoding = *i++; in ~Track() local 4684 delete encoding; in ~Track()
|