/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | mp4dec_lib.h | 95 void BlockIDCT(uint8 *dst, uint8 *pred, int16 *blk, int width, int nzcoefs, 96 uint8 *bitmapcol, uint8 bitmaprow); 134 uint8 *cu_prev, /* i */ 135 uint8 *cv_prev, /* i */ 136 uint8 *pred_block, /* i */ 147 uint8 *c_prev, /* i */ 148 uint8 *pred_block, /* i */ 161 uint8 *c_prev, /* i */ 162 uint8 *pred_block, /* i */ 177 uint8 *pp_dec_u, /* i/o */ [all …]
|
D | mp4lib_int.h | 38 uint8 *bitstreamBuffer; /* pointer to buffer memory */ 50 uint8 text_1; /* texture_complexity_estimation_set_1 */ 51 uint8 text_2; /* texture_complexity_estimation_set_2 */ 52 uint8 mc; /* motion_compensation_complexity */ 137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */ 138 uint8 bitmapcol[6][8]; 139 uint8 bitmaprow[6]; 150 uint8 *Mode; /* Modes INTRA/INTER/etc. */ 151 uint8 *CBP; /* MCBPC/CBPY stuff */ 182 uint8 run; [all …]
|
D | chv_filter.cpp | 177 uint8 *rec, in CombinedHorzVertFilter() 182 uint8 *pp_mod) in CombinedHorzVertFilter() 190 uint8 *ptr, *ptr_e; in CombinedHorzVertFilter() 241 *(ptr - width) = (uint8)(jVal0); /* C */ in CombinedHorzVertFilter() 242 *ptr = (uint8)(jVal0); /* D */ in CombinedHorzVertFilter() 252 … *(ptr - (width << 1)) = (uint8)jVal0; /* store B */ in CombinedHorzVertFilter() 253 *(ptr + width) = (uint8)jVal1; /* store E */ in CombinedHorzVertFilter() 259 … *(ptr - (width << 1)) = (uint8)jVal0; /* store B */ in CombinedHorzVertFilter() 260 *(ptr + width) = (uint8)jVal1; /* store E */ in CombinedHorzVertFilter() 271 *(ptr - (width << 1) - width) = (uint8)(jVal0); in CombinedHorzVertFilter() [all …]
|
D | idct.h | 48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width); 49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width); 50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width); 51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width); 52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width);
|
D | block_idct.cpp | 123 static void idctrow(int16 *blk, uint8 *pred, uint8 *dst, int width); 154 static void (*const idctrowVCA[10])(int16*, uint8*, uint8*, int) = 177 static void (*const idctrowVCA2[8])(int16*, uint8*, uint8*, int) = 261 uint8 *bitmapcol = mblock->bitmapcol[comp]; in BlockIDCT_intra() 262 uint8 bitmaprow = mblock->bitmaprow[comp]; in BlockIDCT_intra() 307 void idct_intra(int *block, uint8 *comp, int width); in BlockIDCT_intra() 311 void idctref_intra(int *block, uint8 *comp, int width); in BlockIDCT_intra() 323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) in Copy_Blk_to_Vop() 349 uint8 *dst, /* destination */ in BlockIDCT() 350 uint8 *pred, /* prediction block, pitch 16 */ in BlockIDCT() [all …]
|
D | datapart_decode.cpp | 141 uint8 *Mode = video->headerInfo.Mode; in DecodeDataPart_I_VideoPacket() 173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]); in DecodeDataPart_I_VideoPacket() 174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3); in DecodeDataPart_I_VideoPacket() 187 video->sliceNo[mbnum] = (uint8) slice_counter; in DecodeDataPart_I_VideoPacket() 241 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits(stream); in DecodeDataPart_I_VideoPacket() 254 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2); in DecodeDataPart_I_VideoPacket() 306 uint8 *Mode = video->headerInfo.Mode; in DecodeDataPart_P_VideoPacket() 318 uint8 *pbyte; in DecodeDataPart_P_VideoPacket() 348 video->sliceNo[video->mbnum] = (uint8) slice_counter; in DecodeDataPart_P_VideoPacket() 427 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in DecodeDataPart_P_VideoPacket() [all …]
|
D | adaptive_smooth_no_mmx.cpp | 213 uint8 *Rec_Y, /* i/o */ in AdaptiveSmooth_NoMMX() 231 uint8 pelu; in AdaptiveSmooth_NoMMX() 232 uint8 pelc; in AdaptiveSmooth_NoMMX() 233 uint8 pell; in AdaptiveSmooth_NoMMX() 234 uint8 *pelp; in AdaptiveSmooth_NoMMX() 235 uint8 oldrow[15]; in AdaptiveSmooth_NoMMX() 238 uint8 *Rec_Y_ptr; in AdaptiveSmooth_NoMMX() 408 *Rec_Y_ptr++ = (uint8) sum; in AdaptiveSmooth_NoMMX()
|
D | pp_semaphore_luma.cpp | 112 uint8 pp_semaphore_luma( in pp_semaphore_luma() 115 uint8 *pp_dec_y, /* i/o */ in pp_semaphore_luma() 116 uint8 *pstprcTypPrv, /* i */ in pp_semaphore_luma() 130 uint8 *pp_prev1, *pp_prev2, *pp_prev3, *pp_prev4; in pp_semaphore_luma() 131 uint8 msk_deblock = 0; /* 11/3/00 */ in pp_semaphore_luma()
|
D | pp_semaphore_chroma_inter.cpp | 114 uint8 *pp_dec_u, /* i/o */ in pp_semaphore_chroma_inter() 115 uint8 *pstprcTypPrv, /* i */ in pp_semaphore_chroma_inter() 122 uint8 msk_deblock /* i */ in pp_semaphore_chroma_inter() 129 uint8 *pp_prev1, *pp_prev2, *pp_prev3, *pp_prev4; in pp_semaphore_chroma_inter()
|
D | chvr_filter.cpp | 24 uint8 *rec, in CombinedHorzVertRingFilter() 29 uint8 *pp_mod) in CombinedHorzVertRingFilter() 39 uint8 *ptr, *ptr_c, *ptr_n; in CombinedHorzVertRingFilter() 147 *(ptr_c) = (uint8) delta; in CombinedHorzVertRingFilter() 159 *ptr_c = (uint8)(delta); in CombinedHorzVertRingFilter() 229 *(ptr - w1) = (uint8)(*(ptr - w1) - delta); in CombinedHorzVertRingFilter() 230 *(ptr) = (uint8)(*(ptr) + delta); in CombinedHorzVertRingFilter() 307 *(ptr_c) = (uint8) delta; in CombinedHorzVertRingFilter() 317 *ptr_c = (uint8)(delta); in CombinedHorzVertRingFilter() 386 *(ptr - 1) = (uint8)(*(ptr - 1) - delta); in CombinedHorzVertRingFilter() [all …]
|
D | pvdec_api.cpp | 38 extern uint8 IMEM_sliceNo[QCIF_MBS]; 39 extern uint8 IMEM_acPredFlag[QCIF_MBS]; 40 extern uint8 IMEM_headerInfo_Mode[QCIF_MBS]; 41 extern uint8 IMEM_headerInfo_CBP[QCIF_MBS]; 55 extern uint8 IMEM_pstprcTypCur[6*QCIF_MBS]; 56 extern uint8 IMEM_pstprcTypPrv[6*QCIF_MBS]; 77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder() 408 video->sliceNo = (uint8 *)(IMEM_sliceNo); in PVAllocVideoData() 411 video->acPredFlag = (uint8 *)(IMEM_acPredFlag); in PVAllocVideoData() 421 video->headerInfo.Mode = (uint8 *)(IMEM_headerInfo_Mode); in PVAllocVideoData() [all …]
|
D | mb_utils.cpp | 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_MB() 86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_B()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | coded_stream.h | 167 explicit CodedInputStream(const uint8* buffer, int size); 227 static const uint8* ReadLittleEndian32FromArray(const uint8* buffer, 230 static const uint8* ReadLittleEndian64FromArray(const uint8* buffer, 286 GOOGLE_ATTRIBUTE_ALWAYS_INLINE static const uint8* ExpectTagFromArray( 287 const uint8* buffer, 523 const uint8* buffer_; 524 const uint8* buffer_end_; // pointer to the end of the buffer. 717 inline uint8* GetDirectBufferForNBytesAndAdvance(int size); 729 static uint8* WriteRawToArray(const void* buffer, int size, uint8* target); 734 static uint8* WriteStringToArray(const string& str, uint8* target); [all …]
|
D | coded_stream.cc | 303 uint8 bytes[sizeof(*value)]; in ReadLittleEndian32Fallback() 305 const uint8* ptr; in ReadLittleEndian32Fallback() 320 uint8 bytes[sizeof(*value)]; in ReadLittleEndian64Fallback() 322 const uint8* ptr; in ReadLittleEndian64Fallback() 342 GOOGLE_ATTRIBUTE_ALWAYS_INLINE ::std::pair<bool, const uint8*> ReadVarint32FromArray( 343 uint32 first_byte, const uint8* buffer, 345 inline ::std::pair<bool, const uint8*> ReadVarint32FromArray( in ReadVarint32FromArray() 346 uint32 first_byte, const uint8* buffer, uint32* value) { in ReadVarint32FromArray() 351 const uint8* ptr = buffer; in ReadVarint32FromArray() 379 GOOGLE_ATTRIBUTE_ALWAYS_INLINE::std::pair<bool, const uint8*> ReadVarint64FromArray( [all …]
|
D | zero_copy_stream_unittest.cc | 138 const uint8* in = reinterpret_cast<const uint8*>(data); in WriteToOutput() 165 uint8* out = reinterpret_cast<uint8*>(data); in ReadFromInput() 238 uint8 byte; in ReadStuff() 269 uint8 byte; in ReadStuffLarge() 277 uint8 buffer[kBufferSize]; in TEST_F() 300 uint8* buffer = new uint8[kBufferSize]; in TEST_F() 348 uint8* buffer = new uint8[kBufferSize]; in TEST_F() 380 uint8* buffer = new uint8[kBufferSize]; in TEST_F() 416 uint8* buffer = new uint8[kBufferSize]; in TEST_F() 445 uint8* buffer = new uint8[kBufferSize]; in TEST_F() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 64 uint8 *data; /* pointer to output YUV buffer */ 80 int (*readBitstreamData)(uint8 *buf, int nbytes_required, void *appData); 83 uint8 *outputFrame; 91 uint8 *volbuf[2]; /* maximum of 2 layers for now */ 122 uint8 *yChan; /* The Y component frame the user can copy a new reference to */ 123 uint8 *uChan; /* The U component frame the user can copy a new reference to */ 124 uint8 *vChan; /* The V component frame the user can copy a new reference to */ 125 uint8 *currentVop; /* The Vop for video the user can copy a new reference to */ 150 …OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volb… 154 OSCL_IMPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *refYUV); [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format_lite_inl.h | 176 inline const uint8* WireFormatLite::ReadPrimitiveFromArray< 178 const uint8* buffer, 183 inline const uint8* WireFormatLite::ReadPrimitiveFromArray< 185 const uint8* buffer, 190 inline const uint8* WireFormatLite::ReadPrimitiveFromArray< 192 const uint8* buffer, 200 inline const uint8* WireFormatLite::ReadPrimitiveFromArray< 202 const uint8* buffer, 210 inline const uint8* WireFormatLite::ReadPrimitiveFromArray< 212 const uint8* buffer, [all …]
|
D | wire_format_lite.h | 279 static const uint8* ReadPrimitiveFromArray(const uint8* buffer, CType* value); 418 #define output uint8* target 421 INL static uint8* WriteTagToArray(field_number, WireType type, output); 424 INL static uint8* WriteInt32NoTagToArray (int32 value, output); 425 INL static uint8* WriteInt64NoTagToArray (int64 value, output); 426 INL static uint8* WriteUInt32NoTagToArray (uint32 value, output); 427 INL static uint8* WriteUInt64NoTagToArray (uint64 value, output); 428 INL static uint8* WriteSInt32NoTagToArray (int32 value, output); 429 INL static uint8* WriteSInt64NoTagToArray (int64 value, output); 430 INL static uint8* WriteFixed32NoTagToArray (uint32 value, output); [all …]
|
D | message_lite.cc | 138 io::CodedInputStream input(reinterpret_cast<const uint8*>(data), size); in InlineParseFromArray() 145 io::CodedInputStream input(reinterpret_cast<const uint8*>(data), size); in InlineParsePartialFromArray() 222 uint8* MessageLite::InternalSerializeWithCachedSizesToArray( in InternalSerializeWithCachedSizesToArray() 223 bool deterministic, uint8* target) const { in InternalSerializeWithCachedSizesToArray() 248 uint8* buffer = output->GetDirectBufferForNBytesAndAdvance(size); in SerializePartialToCodedStream() 250 uint8* end = SerializeWithCachedSizesToArray(buffer); in SerializePartialToCodedStream() 299 uint8* start = in AppendPartialToString() 300 reinterpret_cast<uint8*>(io::mutable_string_data(output) + old_size); in AppendPartialToString() 301 uint8* end = SerializeWithCachedSizesToArray(start); in AppendPartialToString() 326 uint8* start = reinterpret_cast<uint8*>(data); in SerializePartialToArray() [all …]
|
D | wrappers.pb.h | 91 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( 92 bool deterministic, ::google::protobuf::uint8* output) const; 93 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… in SerializeWithCachedSizesToArray() 186 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( 187 bool deterministic, ::google::protobuf::uint8* output) const; 188 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… in SerializeWithCachedSizesToArray() 281 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( 282 bool deterministic, ::google::protobuf::uint8* output) const; 283 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… in SerializeWithCachedSizesToArray() 376 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( [all …]
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_getbits.cpp | 116 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getNbits() 117 uint8 Elem1; in getNbits() 118 uint8 Elem2; in getNbits() 119 uint8 Elem3; in getNbits() 164 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getUpTo9bits() 165 uint8 Elem1; in getUpTo9bits() 200 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getUpTo17bits() 201 uint8 Elem1; in getUpTo17bits() 202 uint8 Elem2; in getUpTo17bits() 233 uint8 get1bit(tmp3Bits *ptBitStream) /* number of bits to read from the bit stream */ in get1bit() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | colorspace.cpp | 22 typedef uint8_t uint8; typedef 30 uint8 channel[4]; 34 static const uint8 kRed = 0; 35 static const uint8 kGreen = 1; 36 static const uint8 kBlue = 2; 37 static const uint8 kAlpha = 3; 58 uint8* const pInput = static_cast<uint8*>(env->GetDirectBufferAddress(input)); in JNI_COLORSPACE_METHOD() 63 uint8* pInY = pInput; in JNI_COLORSPACE_METHOD() 64 uint8* pInU = pInput + size; in JNI_COLORSPACE_METHOD() 65 uint8* pInV = pInput + size + size / 4; in JNI_COLORSPACE_METHOD()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | mime_io.cpp | 156 const uint8 toc_byte[16] = {0x04, 0x0C, 0x14, 0x1C, 0x24, 0x2C, 0x34, 0x3C, 529 void mime_unsorting(uint8 unsorted_bits[], in mime_unsorting() 533 uint8 quality, in mime_unsorting() 539 uint8 temp = 0; in mime_unsorting() 540 uint8 *unsorted_bits_ptr = (uint8*)unsorted_bits; in mime_unsorting()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | BitUtils.java | 87 public static int uint8(byte b) { in uint8() method in BitUtils 104 return (uint8(bytes[0]) << 24) in bytesToBEInt() 105 + (uint8(bytes[1]) << 16) in bytesToBEInt() 106 + (uint8(bytes[2]) << 8) in bytesToBEInt() 107 + (uint8(bytes[3])); in bytesToBEInt() 115 return uint8(buffer.get(position)); in getUint8()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | cvei.h | 255 uint8* iFSIBuff; 288 uint8 *iSource; 298 uint8 *iFrame; 304 uint8 *iBitStream; 365 virtual TCVEI_RETVAL GetVolHeader(uint8 *volHeader, int32 *size, int32 layer) = 0;
|