HomeSort by relevance Sort by last modified time
    Searched defs:p_frame (Results 1 - 11 of 11) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 343 mm_camera_buf_def_t *p_frame = NULL; local
398 p_frame = bufs->bufs[i];
402 if (NULL != p_frame) {
403 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
mm_qcamera_preview.c 143 mm_camera_buf_def_t *p_frame = NULL; local
198 p_frame = bufs->bufs[i];
202 if (NULL != p_frame) {
203 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
333 mm_camera_buf_def_t *p_frame = NULL; local
394 p_frame = bufs->bufs[i];
430 if (!m_frame || !p_frame) {
435 LOGD(" ZSL CB with fb_fd = %d, m_frame = %p, p_frame = %p \n",
438 p_frame);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 341 mm_camera_buf_def_t *p_frame = NULL; local
398 p_frame = bufs->bufs[i];
402 if (NULL != p_frame) {
403 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
mm_qcamera_preview.c 201 mm_camera_buf_def_t *p_frame = NULL; local
262 p_frame = bufs->bufs[i];
298 if (!m_frame || !p_frame) {
303 CDBG("%s: ZSL CB with fb_fd = %d, m_frame = %p, p_frame = %p \n",
307 p_frame);
310 mm_app_overlay_display(pme, p_frame->fd);
312 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
368 p_frame)) {
371 mm_app_cache_ops((mm_camera_app_meminfo_t *)p_frame->mem_info
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 341 mm_camera_buf_def_t *p_frame = NULL; local
398 p_frame = bufs->bufs[i];
402 if (NULL != p_frame) {
403 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
mm_qcamera_preview.c 201 mm_camera_buf_def_t *p_frame = NULL; local
262 p_frame = bufs->bufs[i];
298 if (!m_frame || !p_frame) {
303 CDBG("%s: ZSL CB with fb_fd = %d, m_frame = %p, p_frame = %p \n",
307 p_frame);
310 mm_app_overlay_display(pme, p_frame->fd);
312 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
368 p_frame)) {
371 mm_app_cache_ops((mm_camera_app_meminfo_t *)p_frame->mem_info
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.h 57 MixVideoFrame *p_frame; member in struct:_MixFrameManager
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 425 mm_camera_buf_def_t *p_frame = NULL; local
480 p_frame = bufs->bufs[i];
484 if (NULL != p_frame) {
485 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
mm_qcamera_video.c 131 mm_camera_buf_def_t *p_frame = NULL; local
186 p_frame = bufs->bufs[i];
190 if (NULL != p_frame) {
191 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
mm_qcamera_preview.c 232 mm_camera_buf_def_t *p_frame = NULL; local
287 p_frame = bufs->bufs[i];
291 if (NULL != p_frame) {
292 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
425 mm_camera_buf_def_t *p_frame = NULL; local
486 p_frame = bufs->bufs[i];
522 if (!m_frame || !p_frame) {
527 LOGD(" ZSL CB with fb_fd = %d, m_frame = %p, p_frame = %p \n",
530 p_frame);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 509 int16_t * p_frame = out_frame; local
512 vst1q_s16(p_frame, frame_0);
514 p_frame += 8;

Completed in 538 milliseconds