/external/flac/libFLAC/ |
D | ogg_encoder_aspect.c | 111 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is… in FLAC__ogg_encoder_aspect_write_callback_wrapper() argument 197 …if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_… in FLAC__ogg_encoder_aspect_write_callback_wrapper() 199 …if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data… in FLAC__ogg_encoder_aspect_write_callback_wrapper() 205 …if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_… in FLAC__ogg_encoder_aspect_write_callback_wrapper() 207 …if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data… in FLAC__ogg_encoder_aspect_write_callback_wrapper() 212 …else if(is_metadata && current_frame == 0 && samples == 0 && bytes == 4 && 0 == memcmp(buffer, FLA… in FLAC__ogg_encoder_aspect_write_callback_wrapper()
|
D | stream_encoder.c | 322 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_… 4309 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_… in file_write_callback_() argument 4311 (void)client_data, (void)current_frame; in file_write_callback_()
|
/external/qemu/android/camera/ |
D | camera-capture-mac.m | 86 CVImageBufferRef current_frame; field 233 if (current_frame != nil) { 234 CVBufferRelease(current_frame); 235 current_frame = nil; 271 if (current_frame != nil) { 274 _QTtoFOURCC(CVPixelBufferGetPixelFormatType(current_frame)); 275 const int frame_width = CVPixelBufferGetWidth(current_frame); 276 const int frame_height = CVPixelBufferGetHeight(current_frame); 278 CVPixelBufferGetBytesPerRow(current_frame) * frame_height; 281 CVPixelBufferLockBaseAddress(current_frame, 0); [all …]
|
/external/flac/libFLAC/include/private/ |
D | ogg_encoder_aspect.h | 59 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_… 61 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is…
|
/external/chromium/webkit/glue/ |
D | dom_operations.cc | 105 void GetAllSavableResourceLinksForFrame(WebFrame* current_frame, in GetAllSavableResourceLinksForFrame() argument 110 GURL current_frame_url = current_frame->url(); in GetAllSavableResourceLinksForFrame() 132 WebDocument current_doc = current_frame->document(); in GetAllSavableResourceLinksForFrame()
|
D | dom_serializer_unittest.cc | 59 WebFrame* current_frame = stack.back(); in FindSubFrameByURL() local 61 if (GURL(current_frame->url()) == url) in FindSubFrameByURL() 62 return current_frame; in FindSubFrameByURL() 63 WebNodeCollection all = current_frame->document().all(); in FindSubFrameByURL()
|
/external/chromium/net/spdy/ |
D | spdy_framer.cc | 906 SpdyFrame current_frame(current_frame_buffer_, false); in ProcessCommonHeader() local 914 !current_frame.is_control_frame() && in ProcessCommonHeader() 915 current_frame.length() == 0) { in ProcessCommonHeader() 916 if (current_frame.flags() & CONTROL_FLAG_FIN) { in ProcessCommonHeader() 924 remaining_data_ = current_frame.length(); in ProcessCommonHeader() 933 if (!current_frame.is_control_frame()) in ProcessCommonHeader()
|
/external/flac/include/FLAC/ |
D | stream_encoder.h | 556 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_…
|
/external/srec/srec/crec/ |
D | srec.c | 654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame, in reset_cost_offsets() argument 657 rec->cost_offset_for_frame[current_frame] = current_best_cost; in reset_cost_offsets() 658 if (current_frame == 0) in reset_cost_offsets() 659 rec->accumulated_cost_offset[current_frame] = current_best_cost; in reset_cost_offsets() 661 …rec->accumulated_cost_offset[current_frame] = rec->accumulated_cost_offset[current_frame-1] + curr… in reset_cost_offsets()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model ) in cvUpdateBGStatModel() argument 1188 return bg_model && bg_model->update ? bg_model->update( current_frame, bg_model ) : 0; in cvUpdateBGStatModel()
|