Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Port 130 is input, enabled
  2. Wants 20 bufs, needs 1, size 81920, enabled: 1, pop: 1, aligned 16
  3. Video type is currently:
  4. MIME: (null)
  5. Native: (nil)
  6. Width: 0
  7. Height: 0
  8. Stride: 0
  9. SliceHeight: 0
  10. Bitrate: 0
  11. Framerate: 0 (0); (0.000000)
  12. Error hiding: 0
  13. Codec: 7
  14. Colour: 0
  15.  
  16.  
  17. OMX_GetParameter(handle, OMX_IndexParamPortDefinition, &portdef) completed OK.
  18. Port 131 is output, disabled
  19. Wants 1 bufs, needs 1, size 115200, enabled: 0, pop: 0, aligned 16
  20. Video type is currently:
  21. MIME: (null)
  22. Native: (nil)
  23. Width: 320
  24. Height: 240
  25. Stride: 320
  26. SliceHeight: 240
  27. Bitrate: 0
  28. Framerate: 0 (0); (0.000000)
  29. Error hiding: 0
  30. Codec: 0
  31. Colour: 20
  32.  
  33.  
  34. Change video_decode to OMX_StateExecuting
  35. [EVENT] video_decode 0x1af6a10 has completed the last command (0).
  36. Command completed
  37. DONE: Change video_decode to OMX_StateExecuting
  38.  
  39.  
  40. OMX_GetParameter(handle, OMX_IndexParamPortDefinition, &portdef) completed OK.
  41. Port 130 is input, enabled
  42. Wants 20 bufs, needs 1, size 81920, enabled: 1, pop: 1, aligned 16
  43. Video type is currently:
  44. MIME: (null)
  45. Native: (nil)
  46. Width: 0
  47. Height: 0
  48. Stride: 0
  49. SliceHeight: 0
  50. Bitrate: 0
  51. Framerate: 0 (0); (0.000000)
  52. Error hiding: 0
  53. Codec: 7
  54. Colour: 0
  55.  
  56. OMX_GetParameter(handle, OMX_IndexParamPortDefinition, &portdef) completed OK.
  57. Port 131 is output, disabled
  58. Wants 1 bufs, needs 1, size 115200, enabled: 0, pop: 0, aligned 16
  59. Video type is currently:
  60. MIME: (null)
  61. Native: (nil)
  62. Width: 320
  63. Height: 240
  64. Stride: 320
  65. SliceHeight: 240
  66. Bitrate: 0
  67. Framerate: 0 (0); (0.000000)
  68. Error hiding: 0
  69. Codec: 0
  70. Colour: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement